Class ListUsersOnPaperDocArgs
The list users on paper doc 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 ListUsersOnPaperDocArgs : RefPaperDoc
Constructors
| Improve this Doc View SourceListUsersOnPaperDocArgs(String, Int32, UserOnPaperDocFilter)
Initializes a new instance of the ListUsersOnPaperDocArgs class.
Declaration
public ListUsersOnPaperDocArgs(string docId, int limit = 1000, UserOnPaperDocFilter filterBy = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | docId | The Paper doc ID. |
System.Int32 | limit | Size limit per batch. The maximum number of users that can be retrieved per batch is 1000. Higher value results in invalid arguments error. |
UserOnPaperDocFilter | filterBy | Specify this attribute if you want to obtain users that have already accessed the Paper doc. |
Properties
| Improve this Doc View SourceFilterBy
Specify this attribute if you want to obtain users that have already accessed the Paper doc.
Declaration
public UserOnPaperDocFilter FilterBy { get; protected set; }
Property Value
Type | Description |
---|---|
UserOnPaperDocFilter |
Limit
Size limit per batch. The maximum number of users that can be retrieved per batch is 1000. Higher value results in invalid arguments error.
Declaration
public int Limit { get; protected set; }
Property Value
Type | Description |
---|---|
System.Int32 |