Class ContentDivideOperationInfo
Models a DocuWare content divide operation.
Inheritance
System.Object
ContentDivideOperationInfo
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ContentDivideOperationInfo : object
Constructors
ContentDivideOperationInfo()
Creates a new instance of this class
Declaration
public ContentDivideOperationInfo()
Properties
Force
Force divide 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 ContentDivideOperation Operation { get; set; }
Property Value
Type | Description |
---|---|
ContentDivideOperation |
Pages
Collection of pages to be used in the operation
Declaration
public List<int> Pages { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |
ResultNames
Define document names to be used for the result documents. Original document name is not changed
Declaration
public List<string> ResultNames { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |