Class UpdateFolderMemberError
The update folder member error object
Inheritance
System.Object
UpdateFolderMemberError
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UpdateFolderMemberError
Constructors
| Improve this Doc View SourceUpdateFolderMemberError()
Initializes a new instance of the UpdateFolderMemberError class.
Declaration
public UpdateFolderMemberError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsInsufficientPlan
Gets a value indicating whether this instance is InsufficientPlan
Declaration
public bool IsInsufficientPlan { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMemberError
Gets a value indicating whether this instance is MemberError
Declaration
public bool IsMemberError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoExplicitAccess
Gets a value indicating whether this instance is NoExplicitAccess
Declaration
public bool IsNoExplicitAccess { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |