Class UnshareFolderError
The unshare folder error object
Inheritance
UnshareFolderError
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UnshareFolderError
Constructors
View SourceUnshareFolderError()
Initializes a new instance of the UnshareFolderError class.
Declaration
public UnshareFolderError()
Properties
View SourceAsAccessError
Gets this instance as a AccessError, or null.
Declaration
public UnshareFolderError.AccessError AsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| UnshareFolderError.AccessError |
AsNoPermission
Gets this instance as a NoPermission, or null.
Declaration
public UnshareFolderError.NoPermission AsNoPermission { get; }
Property Value
| Type | Description |
|---|---|
| UnshareFolderError.NoPermission |
AsOther
Gets this instance as a Other, or null.
Declaration
public UnshareFolderError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| UnshareFolderError.Other |
AsTeamFolder
Gets this instance as a TeamFolder, or null.
Declaration
public UnshareFolderError.TeamFolder AsTeamFolder { get; }
Property Value
| Type | Description |
|---|---|
| UnshareFolderError.TeamFolder |
AsTooManyFiles
Gets this instance as a TooManyFiles, or null.
Declaration
public UnshareFolderError.TooManyFiles AsTooManyFiles { get; }
Property Value
| Type | Description |
|---|---|
| UnshareFolderError.TooManyFiles |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { 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 |
IsTeamFolder
Gets a value indicating whether this instance is TeamFolder
Declaration
public bool IsTeamFolder { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTooManyFiles
Gets a value indicating whether this instance is TooManyFiles
Declaration
public bool IsTooManyFiles { get; }
Property Value
| Type | Description |
|---|---|
| bool |