Class ListUsersOnPaperDocContinueArgs
The list users on paper doc continue args object
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ListUsersOnPaperDocContinueArgs : RefPaperDoc
Constructors
| Improve this Doc View SourceListUsersOnPaperDocContinueArgs(String, String)
Initializes a new instance of the List
Declaration
public ListUsersOnPaperDocContinueArgs(string docId, string cursor)
Parameters
Type | Name | Description |
---|---|---|
System. |
docId | The Paper doc ID. |
System. |
cursor | The cursor obtained from Docs |
Properties
| Improve this Doc View SourceCursor
The cursor obtained from Docs
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System. |