Created by Docfx
Show / Hide Table of Contents

Class PaperUserRoutes

The routes for the Dropbox.Api.Paper namespace

Inheritance
System.Object
PaperUserRoutes
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.Routes
Assembly: Dropbox.Api.dll
Syntax
public class PaperUserRoutes

Methods

| Improve this Doc View Source

BeginDocsArchive(RefPaperDoc, AsyncCallback, Object)

Begins an asynchronous send to the docs archive route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsArchive(RefPaperDoc refPaperDoc, AsyncCallback callback, object state = null)
Parameters
Type Name Description
RefPaperDoc refPaperDoc

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsArchive(String, AsyncCallback, Object)

Begins an asynchronous send to the docs archive route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsArchive(string docId, AsyncCallback callback, object callbackState = null)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsCreate(ImportFormat, String, Stream, AsyncCallback, Object)

Begins an asynchronous send to the docs create route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsCreate(ImportFormat importFormat, string parentFolderId = null, Stream body = null, AsyncCallback callback = null, object callbackState = null)
Parameters
Type Name Description
ImportFormat importFormat

The format of provided data.

System.String parentFolderId

The Paper folder ID where the Paper document should be created. The API user has to have write access to this folder or error is thrown.

System.IO.Stream body

The document to upload

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsCreate(PaperDocCreateArgs, Stream, AsyncCallback, Object)

Begins an asynchronous send to the docs create route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsCreate(PaperDocCreateArgs paperDocCreateArgs, Stream body, AsyncCallback callback, object state = null)
Parameters
Type Name Description
PaperDocCreateArgs paperDocCreateArgs

The request parameters.

System.IO.Stream body

The content to upload.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsDownload(PaperDocExport, AsyncCallback, Object)

Begins an asynchronous send to the docs download route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsDownload(PaperDocExport paperDocExport, AsyncCallback callback, object state = null)
Parameters
Type Name Description
PaperDocExport paperDocExport

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsDownload(String, ExportFormat, AsyncCallback, Object)

Begins an asynchronous send to the docs download route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsDownload(string docId, ExportFormat exportFormat, AsyncCallback callback, object callbackState = null)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

ExportFormat exportFormat

The export format

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsFolderUsersList(ListUsersOnFolderArgs, AsyncCallback, Object)

Begins an asynchronous send to the docs folder users list route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsFolderUsersList(ListUsersOnFolderArgs listUsersOnFolderArgs, AsyncCallback callback, object state = null)
Parameters
Type Name Description
ListUsersOnFolderArgs listUsersOnFolderArgs

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsFolderUsersList(String, Int32, AsyncCallback, Object)

Begins an asynchronous send to the docs folder users list route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsFolderUsersList(string docId, int limit = 1000, AsyncCallback callback = null, object callbackState = 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.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsFolderUsersListContinue(ListUsersOnFolderContinueArgs, AsyncCallback, Object)

Begins an asynchronous send to the docs folder users list continue route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsFolderUsersListContinue(ListUsersOnFolderContinueArgs listUsersOnFolderContinueArgs, AsyncCallback callback, object state = null)
Parameters
Type Name Description
ListUsersOnFolderContinueArgs listUsersOnFolderContinueArgs

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsFolderUsersListContinue(String, String, AsyncCallback, Object)

Begins an asynchronous send to the docs folder users list continue route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsFolderUsersListContinue(string docId, string cursor, AsyncCallback callback, object callbackState = null)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

System.String cursor

The cursor obtained from DocsFolderUsersListAsync(ListUsersOnFolderArgs) or DocsFolderUsersListContinueAsync(ListUsersOnFolderContinueArgs). Allows for pagination.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsGetFolderInfo(RefPaperDoc, AsyncCallback, Object)

Begins an asynchronous send to the docs get folder info route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsGetFolderInfo(RefPaperDoc refPaperDoc, AsyncCallback callback, object state = null)
Parameters
Type Name Description
RefPaperDoc refPaperDoc

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsGetFolderInfo(String, AsyncCallback, Object)

Begins an asynchronous send to the docs get folder info route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsGetFolderInfo(string docId, AsyncCallback callback, object callbackState = null)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsList(ListPaperDocsArgs, AsyncCallback, Object)

Begins an asynchronous send to the docs list route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsList(ListPaperDocsArgs listPaperDocsArgs, AsyncCallback callback, object state = null)
Parameters
Type Name Description
ListPaperDocsArgs listPaperDocsArgs

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsList(ListPaperDocsFilterBy, ListPaperDocsSortBy, ListPaperDocsSortOrder, Int32, AsyncCallback, Object)

Begins an asynchronous send to the docs list route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsList(ListPaperDocsFilterBy filterBy = null, ListPaperDocsSortBy sortBy = null, ListPaperDocsSortOrder sortOrder = null, int limit = 1000, AsyncCallback callback = null, object callbackState = null)
Parameters
Type Name Description
ListPaperDocsFilterBy filterBy

Allows user to specify how the Paper docs should be filtered.

ListPaperDocsSortBy sortBy

Allows user to specify how the Paper docs should be sorted.

ListPaperDocsSortOrder sortOrder

Allows user to specify the sort order of the result.

System.Int32 limit

Size limit per batch. The maximum number of docs that can be retrieved per batch is 1000. Higher value results in invalid arguments error.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsListContinue(ListPaperDocsContinueArgs, AsyncCallback, Object)

Begins an asynchronous send to the docs list continue route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsListContinue(ListPaperDocsContinueArgs listPaperDocsContinueArgs, AsyncCallback callback, object state = null)
Parameters
Type Name Description
ListPaperDocsContinueArgs listPaperDocsContinueArgs

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsListContinue(String, AsyncCallback, Object)

Begins an asynchronous send to the docs list continue route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsListContinue(string cursor, AsyncCallback callback, object callbackState = null)
Parameters
Type Name Description
System.String cursor

The cursor obtained from DocsListAsync(ListPaperDocsArgs) or DocsListContinueAsync(ListPaperDocsContinueArgs). Allows for pagination.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsPermanentlyDelete(RefPaperDoc, AsyncCallback, Object)

Begins an asynchronous send to the docs permanently delete route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsPermanentlyDelete(RefPaperDoc refPaperDoc, AsyncCallback callback, object state = null)
Parameters
Type Name Description
RefPaperDoc refPaperDoc

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsPermanentlyDelete(String, AsyncCallback, Object)

Begins an asynchronous send to the docs permanently delete route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsPermanentlyDelete(string docId, AsyncCallback callback, object callbackState = null)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsSharingPolicyGet(RefPaperDoc, AsyncCallback, Object)

Begins an asynchronous send to the docs sharing policy get route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsSharingPolicyGet(RefPaperDoc refPaperDoc, AsyncCallback callback, object state = null)
Parameters
Type Name Description
RefPaperDoc refPaperDoc

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsSharingPolicyGet(String, AsyncCallback, Object)

Begins an asynchronous send to the docs sharing policy get route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsSharingPolicyGet(string docId, AsyncCallback callback, object callbackState = null)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsSharingPolicySet(PaperDocSharingPolicy, AsyncCallback, Object)

Begins an asynchronous send to the docs sharing policy set route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsSharingPolicySet(PaperDocSharingPolicy paperDocSharingPolicy, AsyncCallback callback, object state = null)
Parameters
Type Name Description
PaperDocSharingPolicy paperDocSharingPolicy

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsSharingPolicySet(String, SharingPolicy, AsyncCallback, Object)

Begins an asynchronous send to the docs sharing policy set route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsSharingPolicySet(string docId, SharingPolicy sharingPolicy, AsyncCallback callback, object callbackState = null)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

SharingPolicy sharingPolicy

The default sharing policy to be set for the Paper doc.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsUpdate(PaperDocUpdateArgs, Stream, AsyncCallback, Object)

Begins an asynchronous send to the docs update route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsUpdate(PaperDocUpdateArgs paperDocUpdateArgs, Stream body, AsyncCallback callback, object state = null)
Parameters
Type Name Description
PaperDocUpdateArgs paperDocUpdateArgs

The request parameters.

System.IO.Stream body

The content to upload.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsUpdate(String, PaperDocUpdatePolicy, Int64, ImportFormat, Stream, AsyncCallback, Object)

Begins an asynchronous send to the docs update route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsUpdate(string docId, PaperDocUpdatePolicy docUpdatePolicy, long revision, ImportFormat importFormat, Stream body, AsyncCallback callback, object callbackState = null)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

PaperDocUpdatePolicy docUpdatePolicy

The policy used for the current update call.

System.Int64 revision

The latest doc revision. This value must match the head revision or an error code will be returned. This is to prevent colliding writes.

ImportFormat importFormat

The format of provided data.

System.IO.Stream body

The document to upload

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsUsersAdd(AddPaperDocUser, AsyncCallback, Object)

Begins an asynchronous send to the docs users add route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsUsersAdd(AddPaperDocUser addPaperDocUser, AsyncCallback callback, object state = null)
Parameters
Type Name Description
AddPaperDocUser addPaperDocUser

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsUsersAdd(String, IEnumerable<AddMember>, String, Boolean, AsyncCallback, Object)

Begins an asynchronous send to the docs users add route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsUsersAdd(string docId, IEnumerable<AddMember> members, string customMessage = null, bool quiet = false, AsyncCallback callback = null, object callbackState = null)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

System.Collections.Generic.IEnumerable<AddMember> members

User which should be added to the Paper doc. Specify only email address or Dropbox account ID.

System.String customMessage

A personal message that will be emailed to each successfully added member.

System.Boolean quiet

Clients should set this to true if no email message shall be sent to added users.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsUsersList(ListUsersOnPaperDocArgs, AsyncCallback, Object)

Begins an asynchronous send to the docs users list route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsUsersList(ListUsersOnPaperDocArgs listUsersOnPaperDocArgs, AsyncCallback callback, object state = null)
Parameters
Type Name Description
ListUsersOnPaperDocArgs listUsersOnPaperDocArgs

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsUsersList(String, Int32, UserOnPaperDocFilter, AsyncCallback, Object)

Begins an asynchronous send to the docs users list route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsUsersList(string docId, int limit = 1000, UserOnPaperDocFilter filterBy = null, AsyncCallback callback = null, object callbackState = 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.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsUsersListContinue(ListUsersOnPaperDocContinueArgs, AsyncCallback, Object)

Begins an asynchronous send to the docs users list continue route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsUsersListContinue(ListUsersOnPaperDocContinueArgs listUsersOnPaperDocContinueArgs, AsyncCallback callback, object state = null)
Parameters
Type Name Description
ListUsersOnPaperDocContinueArgs listUsersOnPaperDocContinueArgs

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsUsersListContinue(String, String, AsyncCallback, Object)

Begins an asynchronous send to the docs users list continue route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsUsersListContinue(string docId, string cursor, AsyncCallback callback, object callbackState = null)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

System.String cursor

The cursor obtained from DocsUsersListAsync(ListUsersOnPaperDocArgs) or DocsUsersListContinueAsync(ListUsersOnPaperDocContinueArgs). Allows for pagination.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsUsersRemove(RemovePaperDocUser, AsyncCallback, Object)

Begins an asynchronous send to the docs users remove route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsUsersRemove(RemovePaperDocUser removePaperDocUser, AsyncCallback callback, object state = null)
Parameters
Type Name Description
RemovePaperDocUser removePaperDocUser

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginDocsUsersRemove(String, MemberSelector, AsyncCallback, Object)

Begins an asynchronous send to the docs users remove route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginDocsUsersRemove(string docId, MemberSelector member, AsyncCallback callback, object callbackState = null)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

MemberSelector member

User which should be removed from the Paper doc. Specify only email address or Dropbox account ID.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginFoldersCreate(PaperFolderCreateArg, AsyncCallback, Object)

Begins an asynchronous send to the folders create route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginFoldersCreate(PaperFolderCreateArg paperFolderCreateArg, AsyncCallback callback, object state = null)
Parameters
Type Name Description
PaperFolderCreateArg paperFolderCreateArg

The request parameters.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object state

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

BeginFoldersCreate(String, String, Nullable<Boolean>, AsyncCallback, Object)

Begins an asynchronous send to the folders create route.

Declaration
[Obsolete("This function is deprecated")]
public IAsyncResult BeginFoldersCreate(string name, string parentFolderId = null, bool? isTeamFolder = null, AsyncCallback callback = null, object callbackState = null)
Parameters
Type Name Description
System.String name

The name of the new Paper folder.

System.String parentFolderId

The encrypted Paper folder Id where the new Paper folder should be created. The API user has to have write access to this folder or error is thrown. If not supplied, the new folder will be created at top level.

System.Nullable<System.Boolean> isTeamFolder

Whether the folder to be created should be a team folder. This value will be ignored if parent_folder_id is supplied, as the new folder will inherit the type (private or team folder) from its parent. We will by default create a top-level private folder if both parent_folder_id and is_team_folder are not supplied.

System.AsyncCallback callback

The method to be called when the asynchronous send is completed.

System.Object callbackState

A user provided object that distinguished this send from other send requests.

Returns
Type Description
System.IAsyncResult

An object that represents the asynchronous send request.

| Improve this Doc View Source

DocsArchiveAsync(RefPaperDoc)

Marks the given Paper doc as archived.

This action can be performed or undone by anyone with edit permissions to the doc.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

This endpoint will be retired in September 2020. Refer to the Paper Migration Guide for more information.

Declaration
[Obsolete("This function is deprecated")]
public Task DocsArchiveAsync(RefPaperDoc refPaperDoc)
Parameters
Type Name Description
RefPaperDoc refPaperDoc

The request parameters

Returns
Type Description
System.Threading.Tasks.Task

The task that represents the asynchronous send operation.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsArchiveAsync(String)

Marks the given Paper doc as archived.

This action can be performed or undone by anyone with edit permissions to the doc.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

This endpoint will be retired in September 2020. Refer to the Paper Migration Guide for more information.

Declaration
[Obsolete("This function is deprecated")]
public Task DocsArchiveAsync(string docId)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

Returns
Type Description
System.Threading.Tasks.Task

The task that represents the asynchronous send operation.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsCreateAsync(ImportFormat, String, Stream)

Creates a new Paper doc with the provided content.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

This endpoint will be retired in September 2020. Refer to the Paper Migration Guide for more information.

Declaration
[Obsolete("This function is deprecated")]
public Task<PaperDocCreateUpdateResult> DocsCreateAsync(ImportFormat importFormat, string parentFolderId = null, Stream body = null)
Parameters
Type Name Description
ImportFormat importFormat

The format of provided data.

System.String parentFolderId

The Paper folder ID where the Paper document should be created. The API user has to have write access to this folder or error is thrown.

System.IO.Stream body

The document to upload

Returns
Type Description
System.Threading.Tasks.Task<PaperDocCreateUpdateResult>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a PaperDocCreateError.

| Improve this Doc View Source

DocsCreateAsync(PaperDocCreateArgs, Stream)

Creates a new Paper doc with the provided content.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

This endpoint will be retired in September 2020. Refer to the Paper Migration Guide for more information.

Declaration
[Obsolete("This function is deprecated")]
public Task<PaperDocCreateUpdateResult> DocsCreateAsync(PaperDocCreateArgs paperDocCreateArgs, Stream body)
Parameters
Type Name Description
PaperDocCreateArgs paperDocCreateArgs

The request parameters

System.IO.Stream body

The content to upload.

Returns
Type Description
System.Threading.Tasks.Task<PaperDocCreateUpdateResult>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a PaperDocCreateError.

| Improve this Doc View Source

DocsDownloadAsync(PaperDocExport)

Exports and downloads Paper doc either as HTML or markdown.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<IDownloadResponse<PaperDocExportResult>> DocsDownloadAsync(PaperDocExport paperDocExport)
Parameters
Type Name Description
PaperDocExport paperDocExport

The request parameters

Returns
Type Description
System.Threading.Tasks.Task<IDownloadResponse<PaperDocExportResult>>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsDownloadAsync(String, ExportFormat)

Exports and downloads Paper doc either as HTML or markdown.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<IDownloadResponse<PaperDocExportResult>> DocsDownloadAsync(string docId, ExportFormat exportFormat)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

ExportFormat exportFormat

The export format

Returns
Type Description
System.Threading.Tasks.Task<IDownloadResponse<PaperDocExportResult>>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsFolderUsersListAsync(ListUsersOnFolderArgs)

Lists the users who are explicitly invited to the Paper folder in which the Paper doc is contained. For private folders all users (including owner) shared on the folder are listed and for team folders all non-team users shared on the folder are returned.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<ListUsersOnFolderResponse> DocsFolderUsersListAsync(ListUsersOnFolderArgs listUsersOnFolderArgs)
Parameters
Type Name Description
ListUsersOnFolderArgs listUsersOnFolderArgs

The request parameters

Returns
Type Description
System.Threading.Tasks.Task<ListUsersOnFolderResponse>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsFolderUsersListAsync(String, Int32)

Lists the users who are explicitly invited to the Paper folder in which the Paper doc is contained. For private folders all users (including owner) shared on the folder are listed and for team folders all non-team users shared on the folder are returned.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<ListUsersOnFolderResponse> DocsFolderUsersListAsync(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.

Returns
Type Description
System.Threading.Tasks.Task<ListUsersOnFolderResponse>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsFolderUsersListContinueAsync(ListUsersOnFolderContinueArgs)

Once a cursor has been retrieved from DocsFolderUsersListAsync(ListUsersOnFolderArgs), use this to paginate through all users on the Paper folder.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<ListUsersOnFolderResponse> DocsFolderUsersListContinueAsync(ListUsersOnFolderContinueArgs listUsersOnFolderContinueArgs)
Parameters
Type Name Description
ListUsersOnFolderContinueArgs listUsersOnFolderContinueArgs

The request parameters

Returns
Type Description
System.Threading.Tasks.Task<ListUsersOnFolderResponse>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a ListUsersCursorError.

| Improve this Doc View Source

DocsFolderUsersListContinueAsync(String, String)

Once a cursor has been retrieved from DocsFolderUsersListAsync(ListUsersOnFolderArgs), use this to paginate through all users on the Paper folder.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<ListUsersOnFolderResponse> DocsFolderUsersListContinueAsync(string docId, string cursor)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

System.String cursor

The cursor obtained from DocsFolderUsersListAsync(ListUsersOnFolderArgs) or DocsFolderUsersListContinueAsync(ListUsersOnFolderContinueArgs). Allows for pagination.

Returns
Type Description
System.Threading.Tasks.Task<ListUsersOnFolderResponse>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a ListUsersCursorError.

| Improve this Doc View Source

DocsGetFolderInfoAsync(RefPaperDoc)

Retrieves folder information for the given Paper doc. This includes:

- folder sharing policy; permissions for subfolders are set by the top-level folder.

- full 'filepath', i.e. the list of folders (both folderId and folderName) from the root folder to the folder directly containing the Paper doc.

If the Paper doc is not in any folder (aka unfiled) the response will be empty.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<FoldersContainingPaperDoc> DocsGetFolderInfoAsync(RefPaperDoc refPaperDoc)
Parameters
Type Name Description
RefPaperDoc refPaperDoc

The request parameters

Returns
Type Description
System.Threading.Tasks.Task<FoldersContainingPaperDoc>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsGetFolderInfoAsync(String)

Retrieves folder information for the given Paper doc. This includes:

- folder sharing policy; permissions for subfolders are set by the top-level folder.

- full 'filepath', i.e. the list of folders (both folderId and folderName) from the root folder to the folder directly containing the Paper doc.

If the Paper doc is not in any folder (aka unfiled) the response will be empty.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<FoldersContainingPaperDoc> DocsGetFolderInfoAsync(string docId)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

Returns
Type Description
System.Threading.Tasks.Task<FoldersContainingPaperDoc>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsListAsync(ListPaperDocsArgs)

Return the list of all Paper docs according to the argument specifications. To iterate over through the full pagination, pass the cursor to DocsListContinueAsync(ListPaperDocsContinueArgs).

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<ListPaperDocsResponse> DocsListAsync(ListPaperDocsArgs listPaperDocsArgs)
Parameters
Type Name Description
ListPaperDocsArgs listPaperDocsArgs

The request parameters

Returns
Type Description
System.Threading.Tasks.Task<ListPaperDocsResponse>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

| Improve this Doc View Source

DocsListAsync(ListPaperDocsFilterBy, ListPaperDocsSortBy, ListPaperDocsSortOrder, Int32)

Return the list of all Paper docs according to the argument specifications. To iterate over through the full pagination, pass the cursor to DocsListContinueAsync(ListPaperDocsContinueArgs).

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<ListPaperDocsResponse> DocsListAsync(ListPaperDocsFilterBy filterBy = null, ListPaperDocsSortBy sortBy = null, ListPaperDocsSortOrder sortOrder = null, int limit = 1000)
Parameters
Type Name Description
ListPaperDocsFilterBy filterBy

Allows user to specify how the Paper docs should be filtered.

ListPaperDocsSortBy sortBy

Allows user to specify how the Paper docs should be sorted.

ListPaperDocsSortOrder sortOrder

Allows user to specify the sort order of the result.

System.Int32 limit

Size limit per batch. The maximum number of docs that can be retrieved per batch is 1000. Higher value results in invalid arguments error.

Returns
Type Description
System.Threading.Tasks.Task<ListPaperDocsResponse>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

| Improve this Doc View Source

DocsListContinueAsync(ListPaperDocsContinueArgs)

Once a cursor has been retrieved from DocsListAsync(ListPaperDocsArgs), use this to paginate through all Paper doc.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<ListPaperDocsResponse> DocsListContinueAsync(ListPaperDocsContinueArgs listPaperDocsContinueArgs)
Parameters
Type Name Description
ListPaperDocsContinueArgs listPaperDocsContinueArgs

The request parameters

Returns
Type Description
System.Threading.Tasks.Task<ListPaperDocsResponse>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a ListDocsCursorError.

| Improve this Doc View Source

DocsListContinueAsync(String)

Once a cursor has been retrieved from DocsListAsync(ListPaperDocsArgs), use this to paginate through all Paper doc.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<ListPaperDocsResponse> DocsListContinueAsync(string cursor)
Parameters
Type Name Description
System.String cursor

The cursor obtained from DocsListAsync(ListPaperDocsArgs) or DocsListContinueAsync(ListPaperDocsContinueArgs). Allows for pagination.

Returns
Type Description
System.Threading.Tasks.Task<ListPaperDocsResponse>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a ListDocsCursorError.

| Improve this Doc View Source

DocsPermanentlyDeleteAsync(RefPaperDoc)

Permanently deletes the given Paper doc. This operation is final as the doc cannot be recovered.

This action can be performed only by the doc owner.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task DocsPermanentlyDeleteAsync(RefPaperDoc refPaperDoc)
Parameters
Type Name Description
RefPaperDoc refPaperDoc

The request parameters

Returns
Type Description
System.Threading.Tasks.Task

The task that represents the asynchronous send operation.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsPermanentlyDeleteAsync(String)

Permanently deletes the given Paper doc. This operation is final as the doc cannot be recovered.

This action can be performed only by the doc owner.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task DocsPermanentlyDeleteAsync(string docId)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

Returns
Type Description
System.Threading.Tasks.Task

The task that represents the asynchronous send operation.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsSharingPolicyGetAsync(RefPaperDoc)

Gets the default sharing policy for the given Paper doc.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<SharingPolicy> DocsSharingPolicyGetAsync(RefPaperDoc refPaperDoc)
Parameters
Type Name Description
RefPaperDoc refPaperDoc

The request parameters

Returns
Type Description
System.Threading.Tasks.Task<SharingPolicy>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsSharingPolicyGetAsync(String)

Gets the default sharing policy for the given Paper doc.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<SharingPolicy> DocsSharingPolicyGetAsync(string docId)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

Returns
Type Description
System.Threading.Tasks.Task<SharingPolicy>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsSharingPolicySetAsync(PaperDocSharingPolicy)

Sets the default sharing policy for the given Paper doc. The default 'team_sharing_policy' can be changed only by teams, omit this field for personal accounts.

The 'public_sharing_policy' policy can't be set to the value 'disabled' because this setting can be changed only via the team admin console.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task DocsSharingPolicySetAsync(PaperDocSharingPolicy paperDocSharingPolicy)
Parameters
Type Name Description
PaperDocSharingPolicy paperDocSharingPolicy

The request parameters

Returns
Type Description
System.Threading.Tasks.Task

The task that represents the asynchronous send operation.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsSharingPolicySetAsync(String, SharingPolicy)

Sets the default sharing policy for the given Paper doc. The default 'team_sharing_policy' can be changed only by teams, omit this field for personal accounts.

The 'public_sharing_policy' policy can't be set to the value 'disabled' because this setting can be changed only via the team admin console.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task DocsSharingPolicySetAsync(string docId, SharingPolicy sharingPolicy)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

SharingPolicy sharingPolicy

The default sharing policy to be set for the Paper doc.

Returns
Type Description
System.Threading.Tasks.Task

The task that represents the asynchronous send operation.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsUpdateAsync(PaperDocUpdateArgs, Stream)

Updates an existing Paper doc with the provided content.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

This endpoint will be retired in September 2020. Refer to the Paper Migration Guide for more information.

Declaration
[Obsolete("This function is deprecated")]
public Task<PaperDocCreateUpdateResult> DocsUpdateAsync(PaperDocUpdateArgs paperDocUpdateArgs, Stream body)
Parameters
Type Name Description
PaperDocUpdateArgs paperDocUpdateArgs

The request parameters

System.IO.Stream body

The content to upload.

Returns
Type Description
System.Threading.Tasks.Task<PaperDocCreateUpdateResult>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a PaperDocUpdateError.

| Improve this Doc View Source

DocsUpdateAsync(String, PaperDocUpdatePolicy, Int64, ImportFormat, Stream)

Updates an existing Paper doc with the provided content.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

This endpoint will be retired in September 2020. Refer to the Paper Migration Guide for more information.

Declaration
[Obsolete("This function is deprecated")]
public Task<PaperDocCreateUpdateResult> DocsUpdateAsync(string docId, PaperDocUpdatePolicy docUpdatePolicy, long revision, ImportFormat importFormat, Stream body)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

PaperDocUpdatePolicy docUpdatePolicy

The policy used for the current update call.

System.Int64 revision

The latest doc revision. This value must match the head revision or an error code will be returned. This is to prevent colliding writes.

ImportFormat importFormat

The format of provided data.

System.IO.Stream body

The document to upload

Returns
Type Description
System.Threading.Tasks.Task<PaperDocCreateUpdateResult>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a PaperDocUpdateError.

| Improve this Doc View Source

DocsUsersAddAsync(AddPaperDocUser)

Allows an owner or editor to add users to a Paper doc or change their permissions using their email address or Dropbox account ID.

The doc owner's permissions cannot be changed.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<List<AddPaperDocUserMemberResult>> DocsUsersAddAsync(AddPaperDocUser addPaperDocUser)
Parameters
Type Name Description
AddPaperDocUser addPaperDocUser

The request parameters

Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.List<AddPaperDocUserMemberResult>>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsUsersAddAsync(String, IEnumerable<AddMember>, String, Boolean)

Allows an owner or editor to add users to a Paper doc or change their permissions using their email address or Dropbox account ID.

The doc owner's permissions cannot be changed.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<List<AddPaperDocUserMemberResult>> DocsUsersAddAsync(string docId, IEnumerable<AddMember> members, string customMessage = null, bool quiet = false)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

System.Collections.Generic.IEnumerable<AddMember> members

User which should be added to the Paper doc. Specify only email address or Dropbox account ID.

System.String customMessage

A personal message that will be emailed to each successfully added member.

System.Boolean quiet

Clients should set this to true if no email message shall be sent to added users.

Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.List<AddPaperDocUserMemberResult>>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsUsersListAsync(ListUsersOnPaperDocArgs)

Lists all users who visited the Paper doc or users with explicit access. This call excludes users who have been removed. The list is sorted by the date of the visit or the share date.

The list will include both users, the explicitly shared ones as well as those who came in using the Paper url link.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<ListUsersOnPaperDocResponse> DocsUsersListAsync(ListUsersOnPaperDocArgs listUsersOnPaperDocArgs)
Parameters
Type Name Description
ListUsersOnPaperDocArgs listUsersOnPaperDocArgs

The request parameters

Returns
Type Description
System.Threading.Tasks.Task<ListUsersOnPaperDocResponse>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsUsersListAsync(String, Int32, UserOnPaperDocFilter)

Lists all users who visited the Paper doc or users with explicit access. This call excludes users who have been removed. The list is sorted by the date of the visit or the share date.

The list will include both users, the explicitly shared ones as well as those who came in using the Paper url link.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<ListUsersOnPaperDocResponse> DocsUsersListAsync(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.

Returns
Type Description
System.Threading.Tasks.Task<ListUsersOnPaperDocResponse>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsUsersListContinueAsync(ListUsersOnPaperDocContinueArgs)

Once a cursor has been retrieved from DocsUsersListAsync(ListUsersOnPaperDocArgs), use this to paginate through all users on the Paper doc.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<ListUsersOnPaperDocResponse> DocsUsersListContinueAsync(ListUsersOnPaperDocContinueArgs listUsersOnPaperDocContinueArgs)
Parameters
Type Name Description
ListUsersOnPaperDocContinueArgs listUsersOnPaperDocContinueArgs

The request parameters

Returns
Type Description
System.Threading.Tasks.Task<ListUsersOnPaperDocResponse>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a ListUsersCursorError.

| Improve this Doc View Source

DocsUsersListContinueAsync(String, String)

Once a cursor has been retrieved from DocsUsersListAsync(ListUsersOnPaperDocArgs), use this to paginate through all users on the Paper doc.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<ListUsersOnPaperDocResponse> DocsUsersListContinueAsync(string docId, string cursor)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

System.String cursor

The cursor obtained from DocsUsersListAsync(ListUsersOnPaperDocArgs) or DocsUsersListContinueAsync(ListUsersOnPaperDocContinueArgs). Allows for pagination.

Returns
Type Description
System.Threading.Tasks.Task<ListUsersOnPaperDocResponse>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a ListUsersCursorError.

| Improve this Doc View Source

DocsUsersRemoveAsync(RemovePaperDocUser)

Allows an owner or editor to remove users from a Paper doc using their email address or Dropbox account ID.

The doc owner cannot be removed.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task DocsUsersRemoveAsync(RemovePaperDocUser removePaperDocUser)
Parameters
Type Name Description
RemovePaperDocUser removePaperDocUser

The request parameters

Returns
Type Description
System.Threading.Tasks.Task

The task that represents the asynchronous send operation.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

DocsUsersRemoveAsync(String, MemberSelector)

Allows an owner or editor to remove users from a Paper doc using their email address or Dropbox account ID.

The doc owner cannot be removed.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task DocsUsersRemoveAsync(string docId, MemberSelector member)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

MemberSelector member

User which should be removed from the Paper doc. Specify only email address or Dropbox account ID.

Returns
Type Description
System.Threading.Tasks.Task

The task that represents the asynchronous send operation.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

EndDocsArchive(IAsyncResult)

Waits for the pending asynchronous send to the docs archive route to complete

Declaration
[Obsolete("This function is deprecated")]
public void EndDocsArchive(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

EndDocsCreate(IAsyncResult)

Waits for the pending asynchronous send to the docs create route to complete

Declaration
[Obsolete("This function is deprecated")]
public PaperDocCreateUpdateResult EndDocsCreate(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
PaperDocCreateUpdateResult

The response to the send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a PaperDocCreateError.

| Improve this Doc View Source

EndDocsDownload(IAsyncResult)

Waits for the pending asynchronous send to the docs download route to complete

Declaration
[Obsolete("This function is deprecated")]
public IDownloadResponse<PaperDocExportResult> EndDocsDownload(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
IDownloadResponse<PaperDocExportResult>

The response to the send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

EndDocsFolderUsersList(IAsyncResult)

Waits for the pending asynchronous send to the docs folder users list route to complete

Declaration
[Obsolete("This function is deprecated")]
public ListUsersOnFolderResponse EndDocsFolderUsersList(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
ListUsersOnFolderResponse

The response to the send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

EndDocsFolderUsersListContinue(IAsyncResult)

Waits for the pending asynchronous send to the docs folder users list continue route to complete

Declaration
[Obsolete("This function is deprecated")]
public ListUsersOnFolderResponse EndDocsFolderUsersListContinue(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
ListUsersOnFolderResponse

The response to the send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a ListUsersCursorError.

| Improve this Doc View Source

EndDocsGetFolderInfo(IAsyncResult)

Waits for the pending asynchronous send to the docs get folder info route to complete

Declaration
[Obsolete("This function is deprecated")]
public FoldersContainingPaperDoc EndDocsGetFolderInfo(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
FoldersContainingPaperDoc

The response to the send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

EndDocsList(IAsyncResult)

Waits for the pending asynchronous send to the docs list route to complete

Declaration
[Obsolete("This function is deprecated")]
public ListPaperDocsResponse EndDocsList(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
ListPaperDocsResponse

The response to the send request

| Improve this Doc View Source

EndDocsListContinue(IAsyncResult)

Waits for the pending asynchronous send to the docs list continue route to complete

Declaration
[Obsolete("This function is deprecated")]
public ListPaperDocsResponse EndDocsListContinue(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
ListPaperDocsResponse

The response to the send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a ListDocsCursorError.

| Improve this Doc View Source

EndDocsPermanentlyDelete(IAsyncResult)

Waits for the pending asynchronous send to the docs permanently delete route to complete

Declaration
[Obsolete("This function is deprecated")]
public void EndDocsPermanentlyDelete(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

EndDocsSharingPolicyGet(IAsyncResult)

Waits for the pending asynchronous send to the docs sharing policy get route to complete

Declaration
[Obsolete("This function is deprecated")]
public SharingPolicy EndDocsSharingPolicyGet(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
SharingPolicy

The response to the send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

EndDocsSharingPolicySet(IAsyncResult)

Waits for the pending asynchronous send to the docs sharing policy set route to complete

Declaration
[Obsolete("This function is deprecated")]
public void EndDocsSharingPolicySet(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

EndDocsUpdate(IAsyncResult)

Waits for the pending asynchronous send to the docs update route to complete

Declaration
[Obsolete("This function is deprecated")]
public PaperDocCreateUpdateResult EndDocsUpdate(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
PaperDocCreateUpdateResult

The response to the send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a PaperDocUpdateError.

| Improve this Doc View Source

EndDocsUsersAdd(IAsyncResult)

Waits for the pending asynchronous send to the docs users add route to complete

Declaration
[Obsolete("This function is deprecated")]
public List<AddPaperDocUserMemberResult> EndDocsUsersAdd(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
System.Collections.Generic.List<AddPaperDocUserMemberResult>

The response to the send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

EndDocsUsersList(IAsyncResult)

Waits for the pending asynchronous send to the docs users list route to complete

Declaration
[Obsolete("This function is deprecated")]
public ListUsersOnPaperDocResponse EndDocsUsersList(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
ListUsersOnPaperDocResponse

The response to the send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

EndDocsUsersListContinue(IAsyncResult)

Waits for the pending asynchronous send to the docs users list continue route to complete

Declaration
[Obsolete("This function is deprecated")]
public ListUsersOnPaperDocResponse EndDocsUsersListContinue(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
ListUsersOnPaperDocResponse

The response to the send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a ListUsersCursorError.

| Improve this Doc View Source

EndDocsUsersRemove(IAsyncResult)

Waits for the pending asynchronous send to the docs users remove route to complete

Declaration
[Obsolete("This function is deprecated")]
public void EndDocsUsersRemove(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a DocLookupError.

| Improve this Doc View Source

EndFoldersCreate(IAsyncResult)

Waits for the pending asynchronous send to the folders create route to complete

Declaration
[Obsolete("This function is deprecated")]
public PaperFolderCreateResult EndFoldersCreate(IAsyncResult asyncResult)
Parameters
Type Name Description
System.IAsyncResult asyncResult

The reference to the pending asynchronous send request

Returns
Type Description
PaperFolderCreateResult

The response to the send request

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a PaperFolderCreateError.

| Improve this Doc View Source

FoldersCreateAsync(PaperFolderCreateArg)

Create a new Paper folder with the provided info.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<PaperFolderCreateResult> FoldersCreateAsync(PaperFolderCreateArg paperFolderCreateArg)
Parameters
Type Name Description
PaperFolderCreateArg paperFolderCreateArg

The request parameters

Returns
Type Description
System.Threading.Tasks.Task<PaperFolderCreateResult>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a PaperFolderCreateError.

| Improve this Doc View Source

FoldersCreateAsync(String, String, Nullable<Boolean>)

Create a new Paper folder with the provided info.

Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper.

Refer to the Paper Migration Guide for migration information.

Declaration
[Obsolete("This function is deprecated")]
public Task<PaperFolderCreateResult> FoldersCreateAsync(string name, string parentFolderId = null, bool? isTeamFolder = null)
Parameters
Type Name Description
System.String name

The name of the new Paper folder.

System.String parentFolderId

The encrypted Paper folder Id where the new Paper folder should be created. The API user has to have write access to this folder or error is thrown. If not supplied, the new folder will be created at top level.

System.Nullable<System.Boolean> isTeamFolder

Whether the folder to be created should be a team folder. This value will be ignored if parent_folder_id is supplied, as the new folder will inherit the type (private or team folder) from its parent. We will by default create a top-level private folder if both parent_folder_id and is_team_folder are not supplied.

Returns
Type Description
System.Threading.Tasks.Task<PaperFolderCreateResult>

The task that represents the asynchronous send operation. The TResult parameter contains the response from the server.

Exceptions
Type Condition
ApiException<TError>

Thrown if there is an error processing the request; This will contain a PaperFolderCreateError.

  • Improve this Doc
  • View Source
In This Article
  • Methods
    • BeginDocsArchive(RefPaperDoc, AsyncCallback, Object)
    • BeginDocsArchive(String, AsyncCallback, Object)
    • BeginDocsCreate(ImportFormat, String, Stream, AsyncCallback, Object)
    • BeginDocsCreate(PaperDocCreateArgs, Stream, AsyncCallback, Object)
    • BeginDocsDownload(PaperDocExport, AsyncCallback, Object)
    • BeginDocsDownload(String, ExportFormat, AsyncCallback, Object)
    • BeginDocsFolderUsersList(ListUsersOnFolderArgs, AsyncCallback, Object)
    • BeginDocsFolderUsersList(String, Int32, AsyncCallback, Object)
    • BeginDocsFolderUsersListContinue(ListUsersOnFolderContinueArgs, AsyncCallback, Object)
    • BeginDocsFolderUsersListContinue(String, String, AsyncCallback, Object)
    • BeginDocsGetFolderInfo(RefPaperDoc, AsyncCallback, Object)
    • BeginDocsGetFolderInfo(String, AsyncCallback, Object)
    • BeginDocsList(ListPaperDocsArgs, AsyncCallback, Object)
    • BeginDocsList(ListPaperDocsFilterBy, ListPaperDocsSortBy, ListPaperDocsSortOrder, Int32, AsyncCallback, Object)
    • BeginDocsListContinue(ListPaperDocsContinueArgs, AsyncCallback, Object)
    • BeginDocsListContinue(String, AsyncCallback, Object)
    • BeginDocsPermanentlyDelete(RefPaperDoc, AsyncCallback, Object)
    • BeginDocsPermanentlyDelete(String, AsyncCallback, Object)
    • BeginDocsSharingPolicyGet(RefPaperDoc, AsyncCallback, Object)
    • BeginDocsSharingPolicyGet(String, AsyncCallback, Object)
    • BeginDocsSharingPolicySet(PaperDocSharingPolicy, AsyncCallback, Object)
    • BeginDocsSharingPolicySet(String, SharingPolicy, AsyncCallback, Object)
    • BeginDocsUpdate(PaperDocUpdateArgs, Stream, AsyncCallback, Object)
    • BeginDocsUpdate(String, PaperDocUpdatePolicy, Int64, ImportFormat, Stream, AsyncCallback, Object)
    • BeginDocsUsersAdd(AddPaperDocUser, AsyncCallback, Object)
    • BeginDocsUsersAdd(String, IEnumerable<AddMember>, String, Boolean, AsyncCallback, Object)
    • BeginDocsUsersList(ListUsersOnPaperDocArgs, AsyncCallback, Object)
    • BeginDocsUsersList(String, Int32, UserOnPaperDocFilter, AsyncCallback, Object)
    • BeginDocsUsersListContinue(ListUsersOnPaperDocContinueArgs, AsyncCallback, Object)
    • BeginDocsUsersListContinue(String, String, AsyncCallback, Object)
    • BeginDocsUsersRemove(RemovePaperDocUser, AsyncCallback, Object)
    • BeginDocsUsersRemove(String, MemberSelector, AsyncCallback, Object)
    • BeginFoldersCreate(PaperFolderCreateArg, AsyncCallback, Object)
    • BeginFoldersCreate(String, String, Nullable<Boolean>, AsyncCallback, Object)
    • DocsArchiveAsync(RefPaperDoc)
    • DocsArchiveAsync(String)
    • DocsCreateAsync(ImportFormat, String, Stream)
    • DocsCreateAsync(PaperDocCreateArgs, Stream)
    • DocsDownloadAsync(PaperDocExport)
    • DocsDownloadAsync(String, ExportFormat)
    • DocsFolderUsersListAsync(ListUsersOnFolderArgs)
    • DocsFolderUsersListAsync(String, Int32)
    • DocsFolderUsersListContinueAsync(ListUsersOnFolderContinueArgs)
    • DocsFolderUsersListContinueAsync(String, String)
    • DocsGetFolderInfoAsync(RefPaperDoc)
    • DocsGetFolderInfoAsync(String)
    • DocsListAsync(ListPaperDocsArgs)
    • DocsListAsync(ListPaperDocsFilterBy, ListPaperDocsSortBy, ListPaperDocsSortOrder, Int32)
    • DocsListContinueAsync(ListPaperDocsContinueArgs)
    • DocsListContinueAsync(String)
    • DocsPermanentlyDeleteAsync(RefPaperDoc)
    • DocsPermanentlyDeleteAsync(String)
    • DocsSharingPolicyGetAsync(RefPaperDoc)
    • DocsSharingPolicyGetAsync(String)
    • DocsSharingPolicySetAsync(PaperDocSharingPolicy)
    • DocsSharingPolicySetAsync(String, SharingPolicy)
    • DocsUpdateAsync(PaperDocUpdateArgs, Stream)
    • DocsUpdateAsync(String, PaperDocUpdatePolicy, Int64, ImportFormat, Stream)
    • DocsUsersAddAsync(AddPaperDocUser)
    • DocsUsersAddAsync(String, IEnumerable<AddMember>, String, Boolean)
    • DocsUsersListAsync(ListUsersOnPaperDocArgs)
    • DocsUsersListAsync(String, Int32, UserOnPaperDocFilter)
    • DocsUsersListContinueAsync(ListUsersOnPaperDocContinueArgs)
    • DocsUsersListContinueAsync(String, String)
    • DocsUsersRemoveAsync(RemovePaperDocUser)
    • DocsUsersRemoveAsync(String, MemberSelector)
    • EndDocsArchive(IAsyncResult)
    • EndDocsCreate(IAsyncResult)
    • EndDocsDownload(IAsyncResult)
    • EndDocsFolderUsersList(IAsyncResult)
    • EndDocsFolderUsersListContinue(IAsyncResult)
    • EndDocsGetFolderInfo(IAsyncResult)
    • EndDocsList(IAsyncResult)
    • EndDocsListContinue(IAsyncResult)
    • EndDocsPermanentlyDelete(IAsyncResult)
    • EndDocsSharingPolicyGet(IAsyncResult)
    • EndDocsSharingPolicySet(IAsyncResult)
    • EndDocsUpdate(IAsyncResult)
    • EndDocsUsersAdd(IAsyncResult)
    • EndDocsUsersList(IAsyncResult)
    • EndDocsUsersListContinue(IAsyncResult)
    • EndDocsUsersRemove(IAsyncResult)
    • EndFoldersCreate(IAsyncResult)
    • FoldersCreateAsync(PaperFolderCreateArg)
    • FoldersCreateAsync(String, String, Nullable<Boolean>)
Back to top Generated by DocFX