Show / Hide Table of Contents

Class ListUsersOnFolderArgs

The list users on folder args object

Inheritance
System.Object
RefPaperDoc
ListUsersOnFolderArgs
Inherited Members
RefPaperDoc.DocId
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 Source

ListUsersOnFolderArgs(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 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
System.Int32
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListUsersOnFolderArgs(String, Int32)
  • Properties
    • Limit
Back to top Generated by DocFX