Class ContentDivideOperationInfo
Models a DocuWare content divide operation.
Inheritance
System.Object
    ContentDivideOperationInfo
  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 ContentDivideOperationInfo
  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 | 
|---|---|
| System.Collections.Generic.List<System.Int32> | 
ResultNames
Define document names to be used for the result documents. Original document name is not changed
Declaration
[Eagle]
public List<string> ResultNames { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> |