Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingAllowlistAddError

The sharing allowlist add error object

Inheritance
object
SharingAllowlistAddError
SharingAllowlistAddError.EntriesAlreadyExist
SharingAllowlistAddError.MalformedEntry
SharingAllowlistAddError.NoEntriesProvided
SharingAllowlistAddError.Other
SharingAllowlistAddError.TeamLimitReached
SharingAllowlistAddError.TooManyEntriesProvided
SharingAllowlistAddError.UnknownError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class SharingAllowlistAddError

Constructors

View Source

SharingAllowlistAddError()

Initializes a new instance of the SharingAllowlistAddError class.

Declaration
public SharingAllowlistAddError()

Properties

View Source

AsEntriesAlreadyExist

Gets this instance as a EntriesAlreadyExist, or null.

Declaration
public SharingAllowlistAddError.EntriesAlreadyExist AsEntriesAlreadyExist { get; }
Property Value
Type Description
SharingAllowlistAddError.EntriesAlreadyExist
View Source

AsMalformedEntry

Gets this instance as a MalformedEntry, or null.

Declaration
public SharingAllowlistAddError.MalformedEntry AsMalformedEntry { get; }
Property Value
Type Description
SharingAllowlistAddError.MalformedEntry
View Source

AsNoEntriesProvided

Gets this instance as a NoEntriesProvided, or null.

Declaration
public SharingAllowlistAddError.NoEntriesProvided AsNoEntriesProvided { get; }
Property Value
Type Description
SharingAllowlistAddError.NoEntriesProvided
View Source

AsOther

Gets this instance as a Other, or null.

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

AsTeamLimitReached

Gets this instance as a TeamLimitReached, or null.

Declaration
public SharingAllowlistAddError.TeamLimitReached AsTeamLimitReached { get; }
Property Value
Type Description
SharingAllowlistAddError.TeamLimitReached
View Source

AsTooManyEntriesProvided

Gets this instance as a TooManyEntriesProvided, or null.

Declaration
public SharingAllowlistAddError.TooManyEntriesProvided AsTooManyEntriesProvided { get; }
Property Value
Type Description
SharingAllowlistAddError.TooManyEntriesProvided
View Source

AsUnknownError

Gets this instance as a UnknownError, or null.

Declaration
public SharingAllowlistAddError.UnknownError AsUnknownError { get; }
Property Value
Type Description
SharingAllowlistAddError.UnknownError
View Source

IsEntriesAlreadyExist

Gets a value indicating whether this instance is EntriesAlreadyExist

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

IsMalformedEntry

Gets a value indicating whether this instance is MalformedEntry

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

IsNoEntriesProvided

Gets a value indicating whether this instance is NoEntriesProvided

Declaration
public bool IsNoEntriesProvided { 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

IsTeamLimitReached

Gets a value indicating whether this instance is TeamLimitReached

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

IsTooManyEntriesProvided

Gets a value indicating whether this instance is TooManyEntriesProvided

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

IsUnknownError

Gets a value indicating whether this instance is UnknownError

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