Dropbox .NET SDK
Show / Hide Table of Contents

Class SharingAllowlistRemoveError

The sharing allowlist remove error object

Inheritance
object
SharingAllowlistRemoveError
SharingAllowlistRemoveError.EntriesDoNotExist
SharingAllowlistRemoveError.MalformedEntry
SharingAllowlistRemoveError.NoEntriesProvided
SharingAllowlistRemoveError.Other
SharingAllowlistRemoveError.TooManyEntriesProvided
SharingAllowlistRemoveError.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 SharingAllowlistRemoveError

Constructors

View Source

SharingAllowlistRemoveError()

Initializes a new instance of the SharingAllowlistRemoveError class.

Declaration
public SharingAllowlistRemoveError()

Properties

View Source

AsEntriesDoNotExist

Gets this instance as a EntriesDoNotExist, or null.

Declaration
public SharingAllowlistRemoveError.EntriesDoNotExist AsEntriesDoNotExist { get; }
Property Value
Type Description
SharingAllowlistRemoveError.EntriesDoNotExist
View Source

AsMalformedEntry

Gets this instance as a MalformedEntry, or null.

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

AsNoEntriesProvided

Gets this instance as a NoEntriesProvided, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTooManyEntriesProvided

Gets this instance as a TooManyEntriesProvided, or null.

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

AsUnknownError

Gets this instance as a UnknownError, or null.

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

IsEntriesDoNotExist

Gets a value indicating whether this instance is EntriesDoNotExist

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

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