Class ListFileMembersError
Error for ListFileMembersAsync(ListFileMembersArg).
Inheritance
ListFileMembersError
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFileMembersError
Constructors
View SourceListFileMembersError()
Initializes a new instance of the ListFileMembersError class.
Declaration
public ListFileMembersError()
Properties
View SourceAsAccessError
Gets this instance as a AccessError, or null.
Declaration
public ListFileMembersError.AccessError AsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| ListFileMembersError.AccessError |
AsOther
Gets this instance as a Other, or null.
Declaration
public ListFileMembersError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ListFileMembersError.Other |
AsUserError
Gets this instance as a UserError, or null.
Declaration
public ListFileMembersError.UserError AsUserError { get; }
Property Value
| Type | Description |
|---|---|
| ListFileMembersError.UserError |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { 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 |
IsUserError
Gets a value indicating whether this instance is UserError
Declaration
public bool IsUserError { get; }
Property Value
| Type | Description |
|---|---|
| bool |