Class AppendActionParameters
Specific data for append action
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 |