Class UpdateFolderMemberError
The update folder member error object
Inheritance
UpdateFolderMemberError
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UpdateFolderMemberError
Constructors
View SourceUpdateFolderMemberError()
Initializes a new instance of the UpdateFolderMemberError class.
Declaration
public UpdateFolderMemberError()
Properties
View SourceAsAccessError
Gets this instance as a AccessError, or null.
Declaration
public UpdateFolderMemberError.AccessError AsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| UpdateFolderMemberError.AccessError |
AsInsufficientPlan
Gets this instance as a InsufficientPlan, or null.
Declaration
public UpdateFolderMemberError.InsufficientPlan AsInsufficientPlan { get; }
Property Value
| Type | Description |
|---|---|
| UpdateFolderMemberError.InsufficientPlan |
AsMemberError
Gets this instance as a MemberError, or null.
Declaration
public UpdateFolderMemberError.MemberError AsMemberError { get; }
Property Value
| Type | Description |
|---|---|
| UpdateFolderMemberError.MemberError |
AsNoExplicitAccess
Gets this instance as a NoExplicitAccess, or null.
Declaration
public UpdateFolderMemberError.NoExplicitAccess AsNoExplicitAccess { get; }
Property Value
| Type | Description |
|---|---|
| UpdateFolderMemberError.NoExplicitAccess |
AsNoPermission
Gets this instance as a NoPermission, or null.
Declaration
public UpdateFolderMemberError.NoPermission AsNoPermission { get; }
Property Value
| Type | Description |
|---|---|
| UpdateFolderMemberError.NoPermission |
AsOther
Gets this instance as a Other, or null.
Declaration
public UpdateFolderMemberError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| UpdateFolderMemberError.Other |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInsufficientPlan
Gets a value indicating whether this instance is InsufficientPlan
Declaration
public bool IsInsufficientPlan { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMemberError
Gets a value indicating whether this instance is MemberError
Declaration
public bool IsMemberError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoExplicitAccess
Gets a value indicating whether this instance is NoExplicitAccess
Declaration
public bool IsNoExplicitAccess { 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 |