Show / Hide Table of Contents

Class ListFolderMembersContinueError

The list folder members continue error object

Inheritance
System.Object
ListFolderMembersContinueError
ListFolderMembersContinueError.AccessError
ListFolderMembersContinueError.InvalidCursor
ListFolderMembersContinueError.Other
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 Source

ListFolderMembersContinueError()

Initializes a new instance of the ListFolderMembersContinueError class.

Declaration
public ListFolderMembersContinueError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

Declaration
public ListFolderMembersContinueError.AccessError AsAccessError { get; }
Property Value
Type Description
ListFolderMembersContinueError.AccessError
| Improve this Doc View Source

AsInvalidCursor

Gets this instance as a InvalidCursor, or null.

Declaration
public ListFolderMembersContinueError.InvalidCursor AsInvalidCursor { get; }
Property Value
Type Description
ListFolderMembersContinueError.InvalidCursor
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ListFolderMembersContinueError.Other AsOther { get; }
Property Value
Type Description
ListFolderMembersContinueError.Other
| Improve this Doc View Source

IsAccessError

Gets a value indicating whether this instance is AccessError

Declaration
public bool IsAccessError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidCursor

Gets a value indicating whether this instance is InvalidCursor

Declaration
public bool IsInvalidCursor { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListFolderMembersContinueError()
  • Properties
    • AsAccessError
    • AsInvalidCursor
    • AsOther
    • IsAccessError
    • IsInvalidCursor
    • IsOther
Back to top Generated by DocFX