Class InviteeInfo
Information about the recipient of a shared content invitation.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class InviteeInfo
Constructors
| Improve this Doc View SourceInviteeInfo()
Initializes a new instance of the InviteeInfo class.
Declaration
public InviteeInfo()
Properties
| Improve this Doc View SourceAsEmail
Gets this instance as a Email, or null
.
Declaration
public InviteeInfo.Email AsEmail { get; }
Property Value
Type | Description |
---|---|
InviteeInfo.Email |
AsOther
Gets this instance as a Other, or null
.
Declaration
public InviteeInfo.Other AsOther { get; }
Property Value
Type | Description |
---|---|
InviteeInfo.Other |
IsEmail
Gets a value indicating whether this instance is Email
Declaration
public bool IsEmail { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |