Show / Hide Table of Contents

    Class ImportResult

    Defines the result of the imported archive.

    Inheritance
    System.Object
    ImportResult
    Implements
    IChunkable
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class ImportResult : IHttpClientProxy, IChunkable

    Properties

    FileChunk

    Contains data for a file chunk during a big file upload. This data is created on the server of every chunk request.

    Declaration
    public UploadedFileChunk FileChunk { get; set; }
    Property Value
    Type Description
    UploadedFileChunk

    Results

    A list with the sequence value of the documents that are not imported.

    Declaration
    public List<ImportResultEntry> Results { get; set; }
    Property Value
    Type Description
    List<ImportResultEntry>

    Methods

    SetProxy(HttpClientProxy)

    Sets the HTTP communication proxy which is used in further HTTP communication.

    Declaration
    public void SetProxy(HttpClientProxy proxy)
    Parameters
    Type Name Description
    HttpClientProxy proxy

    The instance which is used in further HTTP communication.

    Remarks

    The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.

    Implements

    IChunkable
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top