Class ContentMergeOperationInfo
Models a DocuWare content merge operation.
Inheritance
System.Object
ContentMergeOperationInfo
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ContentMergeOperationInfo : object
Constructors
ContentMergeOperationInfo()
Creates a new instance of this class
Declaration
public ContentMergeOperationInfo()
Properties
Documents
Collection of documents to be used in the operation
Declaration
public List<int> Documents { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |
Force
Force merge operation even if possible loss of data
Declaration
public bool Force { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Operation
Operation that have to be executed.
Declaration
public ContentMergeOperation Operation { get; set; }
Property Value
Type | Description |
---|---|
ContentMergeOperation |