Class RemoveFileMemberError
Errors for RemoveFileMember2Async(RemoveFileMemberArg).
Inheritance
System.Object
RemoveFileMemberError
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 RemoveFileMemberError
Constructors
| Improve this Doc View SourceRemoveFileMemberError()
Initializes a new instance of the RemoveFileMemberError class.
Declaration
public RemoveFileMemberError()
Properties
| Improve this Doc View SourceAsAccessError
Gets this instance as a AccessError, or null
.
Declaration
public RemoveFileMemberError.AccessError AsAccessError { get; }
Property Value
Type | Description |
---|---|
RemoveFileMemberError.AccessError |
AsNoExplicitAccess
Gets this instance as a NoExplicitAccess, or null
.
Declaration
public RemoveFileMemberError.NoExplicitAccess AsNoExplicitAccess { get; }
Property Value
Type | Description |
---|---|
RemoveFileMemberError.NoExplicitAccess |
AsOther
Gets this instance as a Other, or null
.
Declaration
public RemoveFileMemberError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
RemoveFileMemberError.Other |
AsUserError
Gets this instance as a UserError, or null
.
Declaration
public RemoveFileMemberError.UserError AsUserError { get; }
Property Value
Type | Description |
---|---|
RemoveFileMemberError.UserError |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { 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 |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserError
Gets a value indicating whether this instance is UserError
Declaration
public bool IsUserError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |