Show / Hide Table of Contents

Class ListFolderMembersContinueError.AccessError

The access error object

Inheritance
System.Object
ListFolderMembersContinueError
ListFolderMembersContinueError.AccessError
Inherited Members
ListFolderMembersContinueError.IsAccessError
ListFolderMembersContinueError.AsAccessError
ListFolderMembersContinueError.IsInvalidCursor
ListFolderMembersContinueError.AsInvalidCursor
ListFolderMembersContinueError.IsOther
ListFolderMembersContinueError.AsOther
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 sealed class AccessError : ListFolderMembersContinueError

Constructors

| Improve this Doc View Source

AccessError(SharedFolderAccessError)

Initializes a new instance of the ListFolderMembersContinueError.AccessError class.

Declaration
public AccessError(SharedFolderAccessError value)
Parameters
Type Name Description
SharedFolderAccessError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public SharedFolderAccessError Value { get; }
Property Value
Type Description
SharedFolderAccessError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccessError(SharedFolderAccessError)
  • Properties
    • Value
Back to top Generated by DocFX