Class ListUsersOnFolderArgs
The list users on folder 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 ListUsersOnFolderArgs : RefPaperDoc
Constructors
| Improve this Doc View SourceListUsersOnFolderArgs(String, Int32)
Initializes a new instance of the ListUsersOnFolderArgs class.
Declaration
public ListUsersOnFolderArgs(string docId, int limit = 1000)
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. |
Properties
| Improve this Doc View SourceLimit
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 |