Class AppendActionParameters
Specific data for append action
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.Collections.Generic.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 |
---|---|
System.Collections.Generic.List<AppendActionDocuments> |
RemoveSourceDocuments
Indicates whether to delete the documents from source cabinet
Declaration
public bool RemoveSourceDocuments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |