Show / Hide Table of Contents

    Class AppendActionParameters

    Specific data for append action

    Inheritance
    System.Object
    DocumentActionParameters
    AppendActionParameters
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class AppendActionParameters : DocumentActionParameters

    Constructors

    AppendActionParameters()

    Creates a new instance of this class

    Declaration
    public AppendActionParameters()

    Properties

    DocumentsAtBack

    Info for the documents to be attached after the target document

    Declaration
    public List<AppendActionDocuments> DocumentsAtBack { get; set; }
    Property Value
    Type Description
    List<AppendActionDocuments>

    DocumentsInFront

    Info for the documents to be attached before the target document

    Declaration
    public List<AppendActionDocuments> DocumentsInFront { get; set; }
    Property Value
    Type Description
    List<AppendActionDocuments>

    RemoveSourceDocuments

    Indicates whether to delete the documents from source cabinet

    Declaration
    public bool RemoveSourceDocuments { get; set; }
    Property Value
    Type Description
    System.Boolean
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top