Show / Hide Table of Contents

Class ListUsersOnPaperDocContinueArgs

The list users on paper doc continue args object

Inheritance
System.Object
RefPaperDoc
ListUsersOnPaperDocContinueArgs
Inherited Members
RefPaperDoc.DocId
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ListUsersOnPaperDocContinueArgs : RefPaperDoc

Constructors

| Improve this Doc View Source

ListUsersOnPaperDocContinueArgs(String, String)

Initializes a new instance of the ListUsersOnPaperDocContinueArgs class.

Declaration
public ListUsersOnPaperDocContinueArgs(string docId, string cursor)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

System.String cursor

The cursor obtained from DocsUsersListAsync(ListUsersOnPaperDocArgs) or DocsUsersListContinueAsync(ListUsersOnPaperDocContinueArgs). Allows for pagination.

Properties

| Improve this Doc View Source

Cursor

The cursor obtained from DocsUsersListAsync(ListUsersOnPaperDocArgs) or DocsUsersListContinueAsync(ListUsersOnPaperDocContinueArgs). Allows for pagination.

Declaration
public string Cursor { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListUsersOnPaperDocContinueArgs(String, String)
  • Properties
    • Cursor
Back to top Generated by DocFX