Dropbox .NET SDK
Show / Hide Table of Contents

Class AddMemberSelectorError

The add member selector error object

Inheritance
object
AddMemberSelectorError
AddMemberSelectorError.AutomaticGroup
AddMemberSelectorError.GroupDeleted
AddMemberSelectorError.GroupNotOnTeam
AddMemberSelectorError.InvalidDropboxId
AddMemberSelectorError.InvalidEmail
AddMemberSelectorError.InvalidGroup
AddMemberSelectorError.Other
AddMemberSelectorError.UnverifiedDropboxId
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AddMemberSelectorError

Constructors

View Source

AddMemberSelectorError()

Initializes a new instance of the AddMemberSelectorError class.

Declaration
public AddMemberSelectorError()

Properties

View Source

AsAutomaticGroup

Gets this instance as a AutomaticGroup, or null.

Declaration
public AddMemberSelectorError.AutomaticGroup AsAutomaticGroup { get; }
Property Value
Type Description
AddMemberSelectorError.AutomaticGroup
View Source

AsGroupDeleted

Gets this instance as a GroupDeleted, or null.

Declaration
public AddMemberSelectorError.GroupDeleted AsGroupDeleted { get; }
Property Value
Type Description
AddMemberSelectorError.GroupDeleted
View Source

AsGroupNotOnTeam

Gets this instance as a GroupNotOnTeam, or null.

Declaration
public AddMemberSelectorError.GroupNotOnTeam AsGroupNotOnTeam { get; }
Property Value
Type Description
AddMemberSelectorError.GroupNotOnTeam
View Source

AsInvalidDropboxId

Gets this instance as a InvalidDropboxId, or null.

Declaration
public AddMemberSelectorError.InvalidDropboxId AsInvalidDropboxId { get; }
Property Value
Type Description
AddMemberSelectorError.InvalidDropboxId
View Source

AsInvalidEmail

Gets this instance as a InvalidEmail, or null.

Declaration
public AddMemberSelectorError.InvalidEmail AsInvalidEmail { get; }
Property Value
Type Description
AddMemberSelectorError.InvalidEmail
View Source

AsInvalidGroup

Gets this instance as a InvalidGroup, or null.

Declaration
public AddMemberSelectorError.InvalidGroup AsInvalidGroup { get; }
Property Value
Type Description
AddMemberSelectorError.InvalidGroup
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AddMemberSelectorError.Other AsOther { get; }
Property Value
Type Description
AddMemberSelectorError.Other
View Source

AsUnverifiedDropboxId

Gets this instance as a UnverifiedDropboxId, or null.

Declaration
public AddMemberSelectorError.UnverifiedDropboxId AsUnverifiedDropboxId { get; }
Property Value
Type Description
AddMemberSelectorError.UnverifiedDropboxId
View Source

IsAutomaticGroup

Gets a value indicating whether this instance is AutomaticGroup

Declaration
public bool IsAutomaticGroup { get; }
Property Value
Type Description
bool
View Source

IsGroupDeleted

Gets a value indicating whether this instance is GroupDeleted

Declaration
public bool IsGroupDeleted { get; }
Property Value
Type Description
bool
View Source

IsGroupNotOnTeam

Gets a value indicating whether this instance is GroupNotOnTeam

Declaration
public bool IsGroupNotOnTeam { get; }
Property Value
Type Description
bool
View Source

IsInvalidDropboxId

Gets a value indicating whether this instance is InvalidDropboxId

Declaration
public bool IsInvalidDropboxId { get; }
Property Value
Type Description
bool
View Source

IsInvalidEmail

Gets a value indicating whether this instance is InvalidEmail

Declaration
public bool IsInvalidEmail { get; }
Property Value
Type Description
bool
View Source

IsInvalidGroup

Gets a value indicating whether this instance is InvalidGroup

Declaration
public bool IsInvalidGroup { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsUnverifiedDropboxId

Gets a value indicating whether this instance is UnverifiedDropboxId

Declaration
public bool IsUnverifiedDropboxId { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK