Dropbox .NET SDK
Show / Hide Table of Contents

Class ListUsersOnFolderArgs

The list users on folder args object

Inheritance
object
RefPaperDoc
ListUsersOnFolderArgs
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 ListUsersOnFolderArgs : RefPaperDoc

Constructors

View Source

ListUsersOnFolderArgs(string, int)

Initializes a new instance of the ListUsersOnFolderArgs class.

Declaration
public ListUsersOnFolderArgs(string docId, int limit = 1000)
Parameters
Type Name Description
string docId

The Paper doc ID.

int 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

View Source

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