Class AddMemberSelectorError
The add member selector error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AddMemberSelectorError
Constructors
| Improve this Doc View SourceAddMemberSelectorError()
Initializes a new instance of the AddMemberSelectorError class.
Declaration
public AddMemberSelectorError()
Properties
| Improve this Doc View SourceAsAutomaticGroup
Gets this instance as a AutomaticGroup, or null
.
Declaration
public AddMemberSelectorError.AutomaticGroup AsAutomaticGroup { get; }
Property Value
Type | Description |
---|---|
AddMemberSelectorError.AutomaticGroup |
AsGroupDeleted
Gets this instance as a GroupDeleted, or null
.
Declaration
public AddMemberSelectorError.GroupDeleted AsGroupDeleted { get; }
Property Value
Type | Description |
---|---|
AddMemberSelectorError.GroupDeleted |
AsGroupNotOnTeam
Gets this instance as a GroupNotOnTeam, or null
.
Declaration
public AddMemberSelectorError.GroupNotOnTeam AsGroupNotOnTeam { get; }
Property Value
Type | Description |
---|---|
AddMemberSelectorError.GroupNotOnTeam |
AsInvalidDropboxId
Gets this instance as a InvalidDropboxId, or null
.
Declaration
public AddMemberSelectorError.InvalidDropboxId AsInvalidDropboxId { get; }
Property Value
Type | Description |
---|---|
AddMemberSelectorError.InvalidDropboxId |
AsInvalidEmail
Gets this instance as a InvalidEmail, or null
.
Declaration
public AddMemberSelectorError.InvalidEmail AsInvalidEmail { get; }
Property Value
Type | Description |
---|---|
AddMemberSelectorError.InvalidEmail |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AddMemberSelectorError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
AddMemberSelectorError.Other |
AsUnverifiedDropboxId
Gets this instance as a UnverifiedDropboxId, or null
.
Declaration
public AddMemberSelectorError.UnverifiedDropboxId AsUnverifiedDropboxId { get; }
Property Value
Type | Description |
---|---|
AddMemberSelectorError.UnverifiedDropboxId |
IsAutomaticGroup
Gets a value indicating whether this instance is AutomaticGroup
Declaration
public bool IsAutomaticGroup { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGroupDeleted
Gets a value indicating whether this instance is GroupDeleted
Declaration
public bool IsGroupDeleted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGroupNotOnTeam
Gets a value indicating whether this instance is GroupNotOnTeam
Declaration
public bool IsGroupNotOnTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidDropboxId
Gets a value indicating whether this instance is InvalidDropboxId
Declaration
public bool IsInvalidDropboxId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidEmail
Gets a value indicating whether this instance is InvalidEmail
Declaration
public bool IsInvalidEmail { 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 |
IsUnverifiedDropboxId
Gets a value indicating whether this instance is UnverifiedDropboxId
Declaration
public bool IsUnverifiedDropboxId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |