Class SharingAllowlistAddError
The sharing allowlist add error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class SharingAllowlistAddError
Constructors
View SourceSharingAllowlistAddError()
Initializes a new instance of the SharingAllowlistAddError class.
Declaration
public SharingAllowlistAddError()
Properties
View SourceAsEntriesAlreadyExist
Gets this instance as a EntriesAlreadyExist, or null.
Declaration
public SharingAllowlistAddError.EntriesAlreadyExist AsEntriesAlreadyExist { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistAddError.EntriesAlreadyExist |
AsMalformedEntry
Gets this instance as a MalformedEntry, or null.
Declaration
public SharingAllowlistAddError.MalformedEntry AsMalformedEntry { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistAddError.MalformedEntry |
AsNoEntriesProvided
Gets this instance as a NoEntriesProvided, or null.
Declaration
public SharingAllowlistAddError.NoEntriesProvided AsNoEntriesProvided { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistAddError.NoEntriesProvided |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharingAllowlistAddError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistAddError.Other |
AsTeamLimitReached
Gets this instance as a TeamLimitReached, or null.
Declaration
public SharingAllowlistAddError.TeamLimitReached AsTeamLimitReached { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistAddError.TeamLimitReached |
AsTooManyEntriesProvided
Gets this instance as a TooManyEntriesProvided, or null.
Declaration
public SharingAllowlistAddError.TooManyEntriesProvided AsTooManyEntriesProvided { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistAddError.TooManyEntriesProvided |
AsUnknownError
Gets this instance as a UnknownError, or null.
Declaration
public SharingAllowlistAddError.UnknownError AsUnknownError { get; }
Property Value
| Type | Description |
|---|---|
| SharingAllowlistAddError.UnknownError |
IsEntriesAlreadyExist
Gets a value indicating whether this instance is EntriesAlreadyExist
Declaration
public bool IsEntriesAlreadyExist { 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 |
IsTeamLimitReached
Gets a value indicating whether this instance is TeamLimitReached
Declaration
public bool IsTeamLimitReached { 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 |