Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamFolderCreateError

The team folder create error object

Inheritance
object
TeamFolderCreateError
TeamFolderCreateError.FolderCountLimitExceeded
TeamFolderCreateError.FolderNameAlreadyUsed
TeamFolderCreateError.FolderNameReserved
TeamFolderCreateError.InvalidFolderName
TeamFolderCreateError.Other
TeamFolderCreateError.SyncSettingsError
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 TeamFolderCreateError

Constructors

View Source

TeamFolderCreateError()

Initializes a new instance of the TeamFolderCreateError class.

Declaration
public TeamFolderCreateError()

Properties

View Source

AsFolderCountLimitExceeded

Gets this instance as a FolderCountLimitExceeded, or null.

Declaration
public TeamFolderCreateError.FolderCountLimitExceeded AsFolderCountLimitExceeded { get; }
Property Value
Type Description
TeamFolderCreateError.FolderCountLimitExceeded
View Source

AsFolderNameAlreadyUsed

Gets this instance as a FolderNameAlreadyUsed, or null.

Declaration
public TeamFolderCreateError.FolderNameAlreadyUsed AsFolderNameAlreadyUsed { get; }
Property Value
Type Description
TeamFolderCreateError.FolderNameAlreadyUsed
View Source

AsFolderNameReserved

Gets this instance as a FolderNameReserved, or null.

Declaration
public TeamFolderCreateError.FolderNameReserved AsFolderNameReserved { get; }
Property Value
Type Description
TeamFolderCreateError.FolderNameReserved
View Source

AsInvalidFolderName

Gets this instance as a InvalidFolderName, or null.

Declaration
public TeamFolderCreateError.InvalidFolderName AsInvalidFolderName { get; }
Property Value
Type Description
TeamFolderCreateError.InvalidFolderName
View Source

AsOther

Gets this instance as a Other, or null.

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

AsSyncSettingsError

Gets this instance as a SyncSettingsError, or null.

Declaration
public TeamFolderCreateError.SyncSettingsError AsSyncSettingsError { get; }
Property Value
Type Description
TeamFolderCreateError.SyncSettingsError
View Source

IsFolderCountLimitExceeded

Gets a value indicating whether this instance is FolderCountLimitExceeded

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

IsFolderNameAlreadyUsed

Gets a value indicating whether this instance is FolderNameAlreadyUsed

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

IsFolderNameReserved

Gets a value indicating whether this instance is FolderNameReserved

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

IsInvalidFolderName

Gets a value indicating whether this instance is InvalidFolderName

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

IsSyncSettingsError

Gets a value indicating whether this instance is SyncSettingsError

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