Show / Hide Table of Contents

Class AddMemberSelectorError

The add member selector error object

Inheritance
System.Object
AddMemberSelectorError
AddMemberSelectorError.AutomaticGroup
AddMemberSelectorError.GroupDeleted
AddMemberSelectorError.GroupNotOnTeam
AddMemberSelectorError.InvalidDropboxId
AddMemberSelectorError.InvalidEmail
AddMemberSelectorError.Other
AddMemberSelectorError.UnverifiedDropboxId
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 AddMemberSelectorError

Constructors

| Improve this Doc View Source

AddMemberSelectorError()

Initializes a new instance of the AddMemberSelectorError class.

Declaration
public AddMemberSelectorError()

Properties

| Improve this Doc View Source

AsAutomaticGroup

Gets this instance as a AutomaticGroup, or null.

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

AsGroupDeleted

Gets this instance as a GroupDeleted, or null.

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

AsGroupNotOnTeam

Gets this instance as a GroupNotOnTeam, or null.

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

AsInvalidDropboxId

Gets this instance as a InvalidDropboxId, or null.

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

AsInvalidEmail

Gets this instance as a InvalidEmail, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsUnverifiedDropboxId

Gets this instance as a UnverifiedDropboxId, or null.

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

IsAutomaticGroup

Gets a value indicating whether this instance is AutomaticGroup

Declaration
public bool IsAutomaticGroup { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsGroupDeleted

Gets a value indicating whether this instance is GroupDeleted

Declaration
public bool IsGroupDeleted { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsGroupNotOnTeam

Gets a value indicating whether this instance is GroupNotOnTeam

Declaration
public bool IsGroupNotOnTeam { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidDropboxId

Gets a value indicating whether this instance is InvalidDropboxId

Declaration
public bool IsInvalidDropboxId { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidEmail

Gets a value indicating whether this instance is InvalidEmail

Declaration
public bool IsInvalidEmail { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnverifiedDropboxId

Gets a value indicating whether this instance is UnverifiedDropboxId

Declaration
public bool IsUnverifiedDropboxId { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AddMemberSelectorError()
  • Properties
    • AsAutomaticGroup
    • AsGroupDeleted
    • AsGroupNotOnTeam
    • AsInvalidDropboxId
    • AsInvalidEmail
    • AsOther
    • AsUnverifiedDropboxId
    • IsAutomaticGroup
    • IsGroupDeleted
    • IsGroupNotOnTeam
    • IsInvalidDropboxId
    • IsInvalidEmail
    • IsOther
    • IsUnverifiedDropboxId
Back to top Generated by DocFX