Class SharingAllowlistRemoveError
The sharing allowlist remove error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class SharingAllowlistRemoveError
Constructors
View SourceSharingAllowlistRemoveError()
Initializes a new instance of the SharingAllowlistRemoveError class.
Declaration
public SharingAllowlistRemoveError()
Properties
View SourceAsEntriesDoNotExist
Gets this instance as a EntriesDoNotExist, or null.
Declaration
public SharingAllowlistRemoveError.EntriesDoNotExist AsEntriesDoNotExist { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistRemoveError.EntriesDoNotExist |
AsMalformedEntry
Gets this instance as a MalformedEntry, or null.
Declaration
public SharingAllowlistRemoveError.MalformedEntry AsMalformedEntry { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistRemoveError.MalformedEntry |
AsNoEntriesProvided
Gets this instance as a NoEntriesProvided, or null.
Declaration
public SharingAllowlistRemoveError.NoEntriesProvided AsNoEntriesProvided { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistRemoveError.NoEntriesProvided |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharingAllowlistRemoveError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistRemoveError.Other |
AsTooManyEntriesProvided
Gets this instance as a TooManyEntriesProvided, or null.
Declaration
public SharingAllowlistRemoveError.TooManyEntriesProvided AsTooManyEntriesProvided { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistRemoveError.TooManyEntriesProvided |
AsUnknownError
Gets this instance as a UnknownError, or null.
Declaration
public SharingAllowlistRemoveError.UnknownError AsUnknownError { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistRemoveError.UnknownError |
IsEntriesDoNotExist
Gets a value indicating whether this instance is EntriesDoNotExist
Declaration
public bool IsEntriesDoNotExist { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMalformedEntry
Gets a value indicating whether this instance is MalformedEntry
Declaration
public bool IsMalformedEntry { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoEntriesProvided
Gets a value indicating whether this instance is NoEntriesProvided
Declaration
public bool IsNoEntriesProvided { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTooManyEntriesProvided
Gets a value indicating whether this instance is TooManyEntriesProvided
Declaration
public bool IsTooManyEntriesProvided { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnknownError
Gets a value indicating whether this instance is UnknownError
Declaration
public bool IsUnknownError { get; }
Property Value
| Type | Description |
|---|---|
| bool |