Class FileMemberActionError
The file member action error object
Inheritance
System.Object
FileMemberActionError
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 FileMemberActionError
Constructors
| Improve this Doc View SourceFileMemberActionError()
Initializes a new instance of the FileMemberActionError class.
Declaration
public FileMemberActionError()
Properties
| Improve this Doc View SourceAsAccessError
Gets this instance as a AccessError, or null
.
Declaration
public FileMemberActionError.AccessError AsAccessError { get; }
Property Value
Type | Description |
---|---|
FileMemberActionError.AccessError |
AsInvalidMember
Gets this instance as a InvalidMember, or null
.
Declaration
public FileMemberActionError.InvalidMember AsInvalidMember { get; }
Property Value
Type | Description |
---|---|
FileMemberActionError.InvalidMember |
AsNoExplicitAccess
Gets this instance as a NoExplicitAccess, or null
.
Declaration
public FileMemberActionError.NoExplicitAccess AsNoExplicitAccess { get; }
Property Value
Type | Description |
---|---|
FileMemberActionError.NoExplicitAccess |
AsNoPermission
Gets this instance as a NoPermission, or null
.
Declaration
public FileMemberActionError.NoPermission AsNoPermission { get; }
Property Value
Type | Description |
---|---|
FileMemberActionError.NoPermission |
AsOther
Gets this instance as a Other, or null
.
Declaration
public FileMemberActionError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
FileMemberActionError.Other |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidMember
Gets a value indicating whether this instance is InvalidMember
Declaration
public bool IsInvalidMember { 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 |