Class InviteeInfo
Information about the recipient of a shared content invitation.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class InviteeInfo
Constructors
View SourceInviteeInfo()
Initializes a new instance of the InviteeInfo class.
Declaration
public InviteeInfo()
Properties
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 |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |