Dropbox .NET SDK
Show / Hide Table of Contents

Class ListUsersOnPaperDocContinueArgs

The list users on paper doc continue args object

Inheritance
object
RefPaperDoc
ListUsersOnPaperDocContinueArgs
Inherited Members
RefPaperDoc.DocId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ListUsersOnPaperDocContinueArgs : RefPaperDoc

Constructors

View Source

ListUsersOnPaperDocContinueArgs(string, string)

Initializes a new instance of the ListUsersOnPaperDocContinueArgs class.

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

The Paper doc ID.

string cursor

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

Properties

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
string
  • View Source
In this article
Back to top Dropbox .NET SDK