Class TeamFolderCreateError
The team folder create error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderCreateError
Constructors
View SourceTeamFolderCreateError()
Initializes a new instance of the TeamFolderCreateError class.
Declaration
public TeamFolderCreateError()
Properties
View SourceAsFolderCountLimitExceeded
Gets this instance as a FolderCountLimitExceeded, or null.
Declaration
public TeamFolderCreateError.FolderCountLimitExceeded AsFolderCountLimitExceeded { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderCreateError.FolderCountLimitExceeded |
AsFolderNameAlreadyUsed
Gets this instance as a FolderNameAlreadyUsed, or null.
Declaration
public TeamFolderCreateError.FolderNameAlreadyUsed AsFolderNameAlreadyUsed { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderCreateError.FolderNameAlreadyUsed |
AsFolderNameReserved
Gets this instance as a FolderNameReserved, or null.
Declaration
public TeamFolderCreateError.FolderNameReserved AsFolderNameReserved { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderCreateError.FolderNameReserved |
AsInvalidFolderName
Gets this instance as a InvalidFolderName, or null.
Declaration
public TeamFolderCreateError.InvalidFolderName AsInvalidFolderName { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderCreateError.InvalidFolderName |
AsOther
Gets this instance as a Other, or null.
Declaration
public TeamFolderCreateError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderCreateError.Other |
AsSyncSettingsError
Gets this instance as a SyncSettingsError, or null.
Declaration
public TeamFolderCreateError.SyncSettingsError AsSyncSettingsError { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderCreateError.SyncSettingsError |
IsFolderCountLimitExceeded
Gets a value indicating whether this instance is FolderCountLimitExceeded
Declaration
public bool IsFolderCountLimitExceeded { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFolderNameAlreadyUsed
Gets a value indicating whether this instance is FolderNameAlreadyUsed
Declaration
public bool IsFolderNameAlreadyUsed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFolderNameReserved
Gets a value indicating whether this instance is FolderNameReserved
Declaration
public bool IsFolderNameReserved { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvalidFolderName
Gets a value indicating whether this instance is InvalidFolderName
Declaration
public bool IsInvalidFolderName { 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 |
IsSyncSettingsError
Gets a value indicating whether this instance is SyncSettingsError
Declaration
public bool IsSyncSettingsError { get; }
Property Value
| Type | Description |
|---|---|
| bool |