Show / Hide Table of Contents

    Class FileCabinetTransferInfo

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

    Constructors

    FileCabinetTransferInfo()

    Creates a new instance of this class

    Declaration
    public FileCabinetTransferInfo()

    Properties

    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

    SourceDocId

    Contains the identifiers of the documents to be copied/moved.

    Declaration
    public List<int> SourceDocId { get; set; }
    Property Value
    Type Description
    List<System.Int32>

    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
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top