Show / Hide Table of Contents

    Class SchemaExtensions

    Extensions.

    Inheritance
    System.Object
    SchemaExtensions
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public static class SchemaExtensions : object

    Methods

    DeleteFromDocumentDeleteForStringAsync(ServiceConnection, Int32, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<String>> DeleteFromDocumentDeleteForStringAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<String>>

    DeleteFromDocumentDeleteForStringAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<String>> DeleteFromDocumentDeleteForStringAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<String>>

    GetFromAnnotationForAnnotationAsync(ServiceConnection, String, String, Int32)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>> GetFromAnnotationForAnnotationAsync(this ServiceConnection serviceConnection, String id, String fileCabinetId, Int32 page)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String id
    String fileCabinetId
    Int32 page
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>>

    GetFromAnnotationForAnnotationAsync(ServiceConnection, System.Threading.CancellationToken, String, String, Int32)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>> GetFromAnnotationForAnnotationAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String id, String fileCabinetId, Int32 page)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String id
    String fileCabinetId
    Int32 page
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>>

    GetFromClientSetupDataForXElementAsync(ServiceConnection, String, String, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<XElement>> GetFromClientSetupDataForXElementAsync(this ServiceConnection serviceConnection, String orgId, String baseAddress = null, String clientSetupVersion = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String orgId
    String baseAddress
    String clientSetupVersion
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<XElement>>

    GetFromClientSetupDataForXElementAsync(ServiceConnection, System.Threading.CancellationToken, String, String, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<XElement>> GetFromClientSetupDataForXElementAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String orgId, String baseAddress = null, String clientSetupVersion = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String orgId
    String baseAddress
    String clientSetupVersion
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<XElement>>

    GetFromDialogForDialogAsync(ServiceConnection, String, String, DialogTypes[])

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Dialog>> GetFromDialogForDialogAsync(this ServiceConnection serviceConnection, String id, String fileCabinetId, DialogTypes[] dialogType = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String id
    String fileCabinetId
    DialogTypes[] dialogType
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Dialog>>

    GetFromDialogForDialogAsync(ServiceConnection, System.Threading.CancellationToken, String, String, DialogTypes[])

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Dialog>> GetFromDialogForDialogAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String id, String fileCabinetId, DialogTypes[] dialogType = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String id
    String fileCabinetId
    DialogTypes[] dialogType
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Dialog>>

    GetFromDocumentAnnotationsForDocumentAnnotationsAsync(ServiceConnection, Int32, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentAnnotations>> GetFromDocumentAnnotationsForDocumentAnnotationsAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentAnnotations>>

    GetFromDocumentAnnotationsForDocumentAnnotationsAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentAnnotations>> GetFromDocumentAnnotationsForDocumentAnnotationsAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentAnnotations>>

    GetFromDocumentDocumentLinksForDocumentLinksAsync(ServiceConnection, Int32, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentLinks>> GetFromDocumentDocumentLinksForDocumentLinksAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentLinks>>

    GetFromDocumentDocumentLinksForDocumentLinksAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentLinks>> GetFromDocumentDocumentLinksForDocumentLinksAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentLinks>>

    GetFromDocumentForDocumentAsync(ServiceConnection, Int32, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> GetFromDocumentForDocumentAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Document>>

    GetFromDocumentForDocumentAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> GetFromDocumentForDocumentAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Document>>

    GetFromDocumentIndexFieldsForDocumentIndexFieldsAsync(ServiceConnection, Int32, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> GetFromDocumentIndexFieldsForDocumentIndexFieldsAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>>

    GetFromDocumentIndexFieldsForDocumentIndexFieldsAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> GetFromDocumentIndexFieldsForDocumentIndexFieldsAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>>

    GetFromDocumentsFileDownloadForStreamAsync(ServiceConnection, Int32, String, Nullable<FileDownloadType>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Int32[], Int32[])

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Stream>> GetFromDocumentsFileDownloadForStreamAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId, FileDownloadType? targetFileType = null, Boolean? keepAnnotations = null, Boolean? downloadFile = null, Boolean? autoPrint = null, Int32[] layers = null, Int32[] append = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    System.Nullable<FileDownloadType> targetFileType
    System.Nullable<Boolean> keepAnnotations
    System.Nullable<Boolean> downloadFile
    System.Nullable<Boolean> autoPrint
    Int32[] layers
    Int32[] append
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Stream>>

    GetFromDocumentsFileDownloadForStreamAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String, Nullable<FileDownloadType>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Int32[], Int32[])

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Stream>> GetFromDocumentsFileDownloadForStreamAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId, FileDownloadType? targetFileType = null, Boolean? keepAnnotations = null, Boolean? downloadFile = null, Boolean? autoPrint = null, Int32[] layers = null, Int32[] append = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    System.Nullable<FileDownloadType> targetFileType
    System.Nullable<Boolean> keepAnnotations
    System.Nullable<Boolean> downloadFile
    System.Nullable<Boolean> autoPrint
    Int32[] layers
    Int32[] append
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Stream>>

    GetFromDocumentsForDocumentsQueryResultAsync(ServiceConnection, String, String, String[], String[], Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryResult>> GetFromDocumentsForDocumentsQueryResultAsync(this ServiceConnection serviceConnection, String fileCabinetId, String q = null, String[] fields = null, String[] sortOrder = null, Int32? start = null, Int32? msStart = null, Int32? count = null, String format = null, Boolean? includeSuggestions = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String fileCabinetId
    String q
    String[] fields
    String[] sortOrder
    System.Nullable<Int32> start
    System.Nullable<Int32> msStart
    System.Nullable<Int32> count
    String format
    System.Nullable<Boolean> includeSuggestions
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryResult>>

    GetFromDocumentsForDocumentsQueryResultAsync(ServiceConnection, System.Threading.CancellationToken, String, String, String[], String[], Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryResult>> GetFromDocumentsForDocumentsQueryResultAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String fileCabinetId, String q = null, String[] fields = null, String[] sortOrder = null, Int32? start = null, Int32? msStart = null, Int32? count = null, String format = null, Boolean? includeSuggestions = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String fileCabinetId
    String q
    String[] fields
    String[] sortOrder
    System.Nullable<Int32> start
    System.Nullable<Int32> msStart
    System.Nullable<Int32> count
    String format
    System.Nullable<Boolean> includeSuggestions
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentsQueryResult>>

    GetFromFileCabinetForFileCabinetAsync(ServiceConnection, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<FileCabinet>> GetFromFileCabinetForFileCabinetAsync(this ServiceConnection serviceConnection, String fileCabinetId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String fileCabinetId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<FileCabinet>>

    GetFromFileCabinetForFileCabinetAsync(ServiceConnection, System.Threading.CancellationToken, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<FileCabinet>> GetFromFileCabinetForFileCabinetAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String fileCabinetId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String fileCabinetId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<FileCabinet>>

    GetFromIntellixSuggestionsForSuggestionFieldsAsync(ServiceConnection, Int32, String, Nullable<Boolean>)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<SuggestionFields>> GetFromIntellixSuggestionsForSuggestionFieldsAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId, Boolean? normalizeCoordinates = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    System.Nullable<Boolean> normalizeCoordinates
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<SuggestionFields>>

    GetFromIntellixSuggestionsForSuggestionFieldsAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String, Nullable<Boolean>)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<SuggestionFields>> GetFromIntellixSuggestionsForSuggestionFieldsAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId, Boolean? normalizeCoordinates = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    System.Nullable<Boolean> normalizeCoordinates
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<SuggestionFields>>

    GetFromPagesBlockForPagesAsync(ServiceConnection, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, Nullable<Boolean>)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Pages>> GetFromPagesBlockForPagesAsync(this ServiceConnection serviceConnection, String id, String fileCabinetId, Int32? start = null, Int32? count = null, Boolean? embedThumbnailData = null, String thumbnailSize = null, Boolean? thumbnailsOnly = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String id
    String fileCabinetId
    System.Nullable<Int32> start
    System.Nullable<Int32> count
    System.Nullable<Boolean> embedThumbnailData
    String thumbnailSize
    System.Nullable<Boolean> thumbnailsOnly
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Pages>>

    GetFromPagesBlockForPagesAsync(ServiceConnection, System.Threading.CancellationToken, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, Nullable<Boolean>)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Pages>> GetFromPagesBlockForPagesAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String id, String fileCabinetId, Int32? start = null, Int32? count = null, Boolean? embedThumbnailData = null, String thumbnailSize = null, Boolean? thumbnailsOnly = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String id
    String fileCabinetId
    System.Nullable<Int32> start
    System.Nullable<Int32> count
    System.Nullable<Boolean> embedThumbnailData
    String thumbnailSize
    System.Nullable<Boolean> thumbnailsOnly
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Pages>>

    GetFromSelectListForSelectListInfoAsync(ServiceConnection, String, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<SelectListInfo>> GetFromSelectListForSelectListInfoAsync(this ServiceConnection serviceConnection, String id, String selectListId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String id
    String selectListId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<SelectListInfo>>

    GetFromSelectListForSelectListInfoAsync(ServiceConnection, System.Threading.CancellationToken, String, String)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<SelectListInfo>> GetFromSelectListForSelectListInfoAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String id, String selectListId)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String id
    String selectListId
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<SelectListInfo>>

    PostToAnnotationForAnnotationAsync(ServiceConnection, String, String, Int32, Annotation)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>> PostToAnnotationForAnnotationAsync(this ServiceConnection serviceConnection, String id, String fileCabinetId, Int32 page, Annotation data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String id
    String fileCabinetId
    Int32 page
    Annotation data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>>

    PostToAnnotationForAnnotationAsync(ServiceConnection, String, String, Int32, AnnotationsPlacement)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>> PostToAnnotationForAnnotationAsync(this ServiceConnection serviceConnection, String id, String fileCabinetId, Int32 page, AnnotationsPlacement data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String id
    String fileCabinetId
    Int32 page
    AnnotationsPlacement data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>>

    PostToAnnotationForAnnotationAsync(ServiceConnection, System.Threading.CancellationToken, String, String, Int32, Annotation)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>> PostToAnnotationForAnnotationAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String id, String fileCabinetId, Int32 page, Annotation data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String id
    String fileCabinetId
    Int32 page
    Annotation data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>>

    PostToAnnotationForAnnotationAsync(ServiceConnection, System.Threading.CancellationToken, String, String, Int32, AnnotationsPlacement)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>> PostToAnnotationForAnnotationAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String id, String fileCabinetId, Int32 page, AnnotationsPlacement data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String id
    String fileCabinetId
    Int32 page
    AnnotationsPlacement data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>>

    PostToBatchDialogUpdateFieldsForBatchUpdateIndexFieldsResultAsync(ServiceConnection, String, String, BatchUpdateProcess, String[], String[])

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<BatchUpdateIndexFieldsResult>> PostToBatchDialogUpdateFieldsForBatchUpdateIndexFieldsResultAsync(this ServiceConnection serviceConnection, String fileCabinetId, String id, BatchUpdateProcess data, String[] fields = null, String[] sortOrder = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String fileCabinetId
    String id
    BatchUpdateProcess data
    String[] fields
    String[] sortOrder
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<BatchUpdateIndexFieldsResult>>

    PostToBatchDialogUpdateFieldsForBatchUpdateIndexFieldsResultAsync(ServiceConnection, System.Threading.CancellationToken, String, String, BatchUpdateProcess, String[], String[])

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<BatchUpdateIndexFieldsResult>> PostToBatchDialogUpdateFieldsForBatchUpdateIndexFieldsResultAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String fileCabinetId, String id, BatchUpdateProcess data, String[] fields = null, String[] sortOrder = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String fileCabinetId
    String id
    BatchUpdateProcess data
    String[] fields
    String[] sortOrder
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<BatchUpdateIndexFieldsResult>>

    PostToCheckinForDocumentAsync(ServiceConnection, Int32, String, System.Net.Http.MultipartFormDataContent)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> PostToCheckinForDocumentAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId, System.Net.Http.MultipartFormDataContent data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    System.Net.Http.MultipartFormDataContent data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Document>>

    PostToCheckinForDocumentAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String, System.Net.Http.MultipartFormDataContent)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> PostToCheckinForDocumentAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId, System.Net.Http.MultipartFormDataContent data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    System.Net.Http.MultipartFormDataContent data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Document>>

    PostToCheckoutDocumentForCheckOutResultAsync(ServiceConnection, Int32, String, CheckOutToFileSystemInfo)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<CheckOutResult>> PostToCheckoutDocumentForCheckOutResultAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId, CheckOutToFileSystemInfo data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    CheckOutToFileSystemInfo data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<CheckOutResult>>

    PostToCheckoutDocumentForCheckOutResultAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String, CheckOutToFileSystemInfo)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<CheckOutResult>> PostToCheckoutDocumentForCheckOutResultAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId, CheckOutToFileSystemInfo data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    CheckOutToFileSystemInfo data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<CheckOutResult>>

    PostToCheckoutForStreamAsync(ServiceConnection, Int32, String, CheckOutToFileSystemInfo)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Stream>> PostToCheckoutForStreamAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId, CheckOutToFileSystemInfo data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    CheckOutToFileSystemInfo data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Stream>>

    PostToCheckoutForStreamAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String, CheckOutToFileSystemInfo)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Stream>> PostToCheckoutForStreamAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId, CheckOutToFileSystemInfo data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    CheckOutToFileSystemInfo data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Stream>>

    PostToCreatePermanentUrlForStringAsync(ServiceConnection, System.Net.Http.FormUrlEncodedContent, Nullable<Boolean>)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<String>> PostToCreatePermanentUrlForStringAsync(this ServiceConnection serviceConnection, System.Net.Http.FormUrlEncodedContent data, Boolean? clientSideChecksum = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Net.Http.FormUrlEncodedContent data
    System.Nullable<Boolean> clientSideChecksum
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<String>>

    PostToCreatePermanentUrlForStringAsync(ServiceConnection, System.Threading.CancellationToken, System.Net.Http.FormUrlEncodedContent, Nullable<Boolean>)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<String>> PostToCreatePermanentUrlForStringAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, System.Net.Http.FormUrlEncodedContent data, Boolean? clientSideChecksum = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    System.Net.Http.FormUrlEncodedContent data
    System.Nullable<Boolean> clientSideChecksum
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<String>>

    PostToDocumentAnnotationsForDocumentAnnotationsAsync(ServiceConnection, Int32, String, DocumentAnnotationsPlacement)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentAnnotations>> PostToDocumentAnnotationsForDocumentAnnotationsAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId, DocumentAnnotationsPlacement data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    DocumentAnnotationsPlacement data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentAnnotations>>

    PostToDocumentAnnotationsForDocumentAnnotationsAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String, DocumentAnnotationsPlacement)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentAnnotations>> PostToDocumentAnnotationsForDocumentAnnotationsAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId, DocumentAnnotationsPlacement data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    DocumentAnnotationsPlacement data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentAnnotations>>

    PostToDocumentAppendFilesForDocumentAsync(ServiceConnection, Int32, String, System.Net.Http.MultipartFormDataContent)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> PostToDocumentAppendFilesForDocumentAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId, System.Net.Http.MultipartFormDataContent data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    System.Net.Http.MultipartFormDataContent data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Document>>

    PostToDocumentAppendFilesForDocumentAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String, System.Net.Http.MultipartFormDataContent)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> PostToDocumentAppendFilesForDocumentAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId, System.Net.Http.MultipartFormDataContent data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    System.Net.Http.MultipartFormDataContent data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Document>>

    PostToDocumentIndexFieldsForDocumentIndexFieldsAsync(ServiceConnection, Int32, String, DocumentIndexFields)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> PostToDocumentIndexFieldsForDocumentIndexFieldsAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId, DocumentIndexFields data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    DocumentIndexFields data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>>

    PostToDocumentIndexFieldsForDocumentIndexFieldsAsync(ServiceConnection, Int32, String, UpdateIndexFieldsInfo)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> PostToDocumentIndexFieldsForDocumentIndexFieldsAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId, UpdateIndexFieldsInfo data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    UpdateIndexFieldsInfo data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>>

    PostToDocumentIndexFieldsForDocumentIndexFieldsAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String, DocumentIndexFields)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> PostToDocumentIndexFieldsForDocumentIndexFieldsAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId, DocumentIndexFields data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    DocumentIndexFields data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>>

    PostToDocumentIndexFieldsForDocumentIndexFieldsAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String, UpdateIndexFieldsInfo)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> PostToDocumentIndexFieldsForDocumentIndexFieldsAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId, UpdateIndexFieldsInfo data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    UpdateIndexFieldsInfo data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>>

    PostToDocumentRightsForRightsAsync(ServiceConnection, Int32, String, Rights)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Rights>> PostToDocumentRightsForRightsAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId, Rights data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    Rights data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Rights>>

    PostToDocumentRightsForRightsAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String, Rights)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Rights>> PostToDocumentRightsForRightsAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId, Rights data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    Rights data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Rights>>

    PostToRetrieveSequenceElementForSequenceResultAsync(ServiceConnection, String, SequenceRequest)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<SequenceResult>> PostToRetrieveSequenceElementForSequenceResultAsync(this ServiceConnection serviceConnection, String fileCabinetId, SequenceRequest data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String fileCabinetId
    SequenceRequest data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<SequenceResult>>

    PostToRetrieveSequenceElementForSequenceResultAsync(ServiceConnection, System.Threading.CancellationToken, String, SequenceRequest)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<SequenceResult>> PostToRetrieveSequenceElementForSequenceResultAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String fileCabinetId, SequenceRequest data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String fileCabinetId
    SequenceRequest data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<SequenceResult>>

    PostToUploadDocumentForDocumentAsync(ServiceConnection, String, Document, Nullable<Boolean>, Nullable<Boolean>, String, String, Nullable<Boolean>)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> PostToUploadDocumentForDocumentAsync(this ServiceConnection serviceConnection, String fileCabinetId, Document data, Boolean? processTextshot = null, Boolean? imageProcessing = null, String redirect = null, String storeDialogId = null, Boolean? checkFileNameForCheckinInfo = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String fileCabinetId
    Document data
    System.Nullable<Boolean> processTextshot
    System.Nullable<Boolean> imageProcessing
    String redirect
    String storeDialogId
    System.Nullable<Boolean> checkFileNameForCheckinInfo
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Document>>

    PostToUploadDocumentForDocumentAsync(ServiceConnection, String, Stream, Nullable<Boolean>, Nullable<Boolean>, String, String, Nullable<Boolean>)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> PostToUploadDocumentForDocumentAsync(this ServiceConnection serviceConnection, String fileCabinetId, Stream data, Boolean? processTextshot = null, Boolean? imageProcessing = null, String redirect = null, String storeDialogId = null, Boolean? checkFileNameForCheckinInfo = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String fileCabinetId
    Stream data
    System.Nullable<Boolean> processTextshot
    System.Nullable<Boolean> imageProcessing
    String redirect
    String storeDialogId
    System.Nullable<Boolean> checkFileNameForCheckinInfo
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Document>>

    PostToUploadDocumentForDocumentAsync(ServiceConnection, System.Threading.CancellationToken, String, Document, Nullable<Boolean>, Nullable<Boolean>, String, String, Nullable<Boolean>)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> PostToUploadDocumentForDocumentAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String fileCabinetId, Document data, Boolean? processTextshot = null, Boolean? imageProcessing = null, String redirect = null, String storeDialogId = null, Boolean? checkFileNameForCheckinInfo = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String fileCabinetId
    Document data
    System.Nullable<Boolean> processTextshot
    System.Nullable<Boolean> imageProcessing
    String redirect
    String storeDialogId
    System.Nullable<Boolean> checkFileNameForCheckinInfo
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Document>>

    PostToUploadDocumentForDocumentAsync(ServiceConnection, System.Threading.CancellationToken, String, Stream, Nullable<Boolean>, Nullable<Boolean>, String, String, Nullable<Boolean>)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> PostToUploadDocumentForDocumentAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String fileCabinetId, Stream data, Boolean? processTextshot = null, Boolean? imageProcessing = null, String redirect = null, String storeDialogId = null, Boolean? checkFileNameForCheckinInfo = null)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String fileCabinetId
    Stream data
    System.Nullable<Boolean> processTextshot
    System.Nullable<Boolean> imageProcessing
    String redirect
    String storeDialogId
    System.Nullable<Boolean> checkFileNameForCheckinInfo
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Document>>

    PostToValidateUserForStringAsync(ServiceConnection, String, UserValidation)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<String>> PostToValidateUserForStringAsync(this ServiceConnection serviceConnection, String id, UserValidation data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String id
    UserValidation data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<String>>

    PostToValidateUserForStringAsync(ServiceConnection, System.Threading.CancellationToken, String, UserValidation)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<String>> PostToValidateUserForStringAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String id, UserValidation data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String id
    UserValidation data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<String>>

    PutToAnnotationForAnnotationAsync(ServiceConnection, String, String, Int32, Annotation)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>> PutToAnnotationForAnnotationAsync(this ServiceConnection serviceConnection, String id, String fileCabinetId, Int32 page, Annotation data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String id
    String fileCabinetId
    Int32 page
    Annotation data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>>

    PutToAnnotationForAnnotationAsync(ServiceConnection, String, String, Int32, AnnotationsPlacement)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>> PutToAnnotationForAnnotationAsync(this ServiceConnection serviceConnection, String id, String fileCabinetId, Int32 page, AnnotationsPlacement data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String id
    String fileCabinetId
    Int32 page
    AnnotationsPlacement data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>>

    PutToAnnotationForAnnotationAsync(ServiceConnection, System.Threading.CancellationToken, String, String, Int32, Annotation)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>> PutToAnnotationForAnnotationAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String id, String fileCabinetId, Int32 page, Annotation data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String id
    String fileCabinetId
    Int32 page
    Annotation data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>>

    PutToAnnotationForAnnotationAsync(ServiceConnection, System.Threading.CancellationToken, String, String, Int32, AnnotationsPlacement)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>> PutToAnnotationForAnnotationAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String id, String fileCabinetId, Int32 page, AnnotationsPlacement data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String id
    String fileCabinetId
    Int32 page
    AnnotationsPlacement data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Annotation>>

    PutToDocumentIndexFieldsForDocumentIndexFieldsAsync(ServiceConnection, Int32, String, DocumentIndexFields)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> PutToDocumentIndexFieldsForDocumentIndexFieldsAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId, DocumentIndexFields data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    DocumentIndexFields data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>>

    PutToDocumentIndexFieldsForDocumentIndexFieldsAsync(ServiceConnection, Int32, String, UpdateIndexFieldsInfo)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> PutToDocumentIndexFieldsForDocumentIndexFieldsAsync(this ServiceConnection serviceConnection, Int32 id, String fileCabinetId, UpdateIndexFieldsInfo data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    Int32 id
    String fileCabinetId
    UpdateIndexFieldsInfo data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>>

    PutToDocumentIndexFieldsForDocumentIndexFieldsAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String, DocumentIndexFields)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> PutToDocumentIndexFieldsForDocumentIndexFieldsAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId, DocumentIndexFields data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    DocumentIndexFields data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>>

    PutToDocumentIndexFieldsForDocumentIndexFieldsAsync(ServiceConnection, System.Threading.CancellationToken, Int32, String, UpdateIndexFieldsInfo)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>> PutToDocumentIndexFieldsForDocumentIndexFieldsAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, Int32 id, String fileCabinetId, UpdateIndexFieldsInfo data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    Int32 id
    String fileCabinetId
    UpdateIndexFieldsInfo data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentIndexFields>>

    PutToProcessDocumentActionForDocumentAsync(ServiceConnection, String, Int32, DocumentActionInfo)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> PutToProcessDocumentActionForDocumentAsync(this ServiceConnection serviceConnection, String fileCabinetId, Int32 docId, DocumentActionInfo data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    String fileCabinetId
    Int32 docId
    DocumentActionInfo data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Document>>

    PutToProcessDocumentActionForDocumentAsync(ServiceConnection, System.Threading.CancellationToken, String, Int32, DocumentActionInfo)

    Declaration
    public static System.Threading.Tasks.Task<DeserializedHttpResponse<Document>> PutToProcessDocumentActionForDocumentAsync(this ServiceConnection serviceConnection, System.Threading.CancellationToken cancellationToken, String fileCabinetId, Int32 docId, DocumentActionInfo data)
    Parameters
    Type Name Description
    ServiceConnection serviceConnection
    System.Threading.CancellationToken cancellationToken
    String fileCabinetId
    Int32 docId
    DocumentActionInfo data
    Returns
    Type Description
    System.Threading.Tasks.Task<DeserializedHttpResponse<Document>>

    ToRectangle(LineEntry)

    Gets the bounding box from the specified entry.

    Declaration
    public static AnnotationRectangle ToRectangle(this LineEntry entry)
    Parameters
    Type Name Description
    LineEntry entry

    The entry.

    Returns
    Type Description
    AnnotationRectangle
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top