Class ListFolderMembersContinueError
The list folder members continue error object
Inheritance
System.Object
ListFolderMembersContinueError
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 ListFolderMembersContinueError
Constructors
| Improve this Doc View SourceListFolderMembersContinueError()
Initializes a new instance of the ListFolderMembersContinueError class.
Declaration
public ListFolderMembersContinueError()
Properties
| Improve this Doc View SourceAsAccessError
Gets this instance as a AccessError, or null
.
Declaration
public ListFolderMembersContinueError.AccessError AsAccessError { get; }
Property Value
Type | Description |
---|---|
ListFolderMembersContinueError.AccessError |
AsInvalidCursor
Gets this instance as a InvalidCursor, or null
.
Declaration
public ListFolderMembersContinueError.InvalidCursor AsInvalidCursor { get; }
Property Value
Type | Description |
---|---|
ListFolderMembersContinueError.InvalidCursor |
AsOther
Gets this instance as a Other, or null
.
Declaration
public ListFolderMembersContinueError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
ListFolderMembersContinueError.Other |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidCursor
Gets a value indicating whether this instance is InvalidCursor
Declaration
public bool IsInvalidCursor { 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 |