Show / Hide Table of Contents

Class ListUsersOnPaperDocArgs

The list users on paper doc args object

Inheritance
System.Object
RefPaperDoc
ListUsersOnPaperDocArgs
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 ListUsersOnPaperDocArgs : RefPaperDoc

Constructors

| Improve this Doc View Source

ListUsersOnPaperDocArgs(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 Source

FilterBy

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
| 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
    • ListUsersOnPaperDocArgs(String, Int32, UserOnPaperDocFilter)
  • Properties
    • FilterBy
    • Limit
Back to top Generated by DocFX