Show / Hide Table of Contents

    Class DocumentsTransferInfo

    Defines the parameters of a documents transfer.

    Inheritance
    System.Object
    DocumentsTransferInfo
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class DocumentsTransferInfo : IHttpClientProxy

    Constructors

    DocumentsTransferInfo()

    Creates a new instance of this class

    Declaration
    public DocumentsTransferInfo()

    Properties

    Documents

    Declaration
    public List<Document> Documents { get; set; }
    Property Value
    Type Description
    List<Document>

    FillIntellix

    If this flag is true the source document's metadata is adjusted with intellix suggestions using the intellix map for the default assigned file cabinet.

    Declaration
    public bool FillIntellix { get; set; }
    Property Value
    Type Description
    System.Boolean

    KeepSource

    If this flag is true the source documents remain in the source file cabinet; otherwise they are removed from the source file cabinet.

    Declaration
    public bool KeepSource { get; set; }
    Property Value
    Type Description
    System.Boolean

    SourceFileCabinetId

    Gets the id of the file cabinet which contains the document to be copied/moved.

    Declaration
    public string SourceFileCabinetId { get; set; }
    Property Value
    Type Description
    System.String

    UseDefaultDialog

    Gets a value indicating whether a default store dialog, if such dialog is assing to the user, to be used.

    Declaration
    public bool UseDefaultDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    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.

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