Class ListFileMembersIndividualResult
The list file members individual result object
Inheritance
ListFileMembersIndividualResult
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFileMembersIndividualResult
Constructors
View SourceListFileMembersIndividualResult()
Initializes a new instance of the ListFileMembersIndividualResult class.
Declaration
public ListFileMembersIndividualResult()
Properties
View SourceAsAccessError
Gets this instance as a AccessError, or null.
Declaration
public ListFileMembersIndividualResult.AccessError AsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| ListFileMembersIndividualResult.AccessError |
AsOther
Gets this instance as a Other, or null.
Declaration
public ListFileMembersIndividualResult.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ListFileMembersIndividualResult.Other |
AsResult
Gets this instance as a Result, or null.
Declaration
public ListFileMembersIndividualResult.Result AsResult { get; }
Property Value
| Type | Description |
|---|---|
| ListFileMembersIndividualResult.Result |
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 |
IsResult
Gets a value indicating whether this instance is Result
Declaration
public bool IsResult { get; }
Property Value
| Type | Description |
|---|---|
| bool |