Click or drag to resize
ContentDivideOperationInfo Class
Models a DocuWare content divide operation.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientContentDivideOperationInfo

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
public class ContentDivideOperationInfo

The ContentDivideOperationInfo type exposes the following members.

Constructors
  NameDescription
Public methodContentDivideOperationInfo
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyForce
Force divide operation even if possible loss of data
Public propertyOperation
Operation that have to be executed.
Public propertyPages
Collection of pages to be used in the operation
Public propertyResultNames
Define document names to be used for the result documents. Original document name is not changed
Top
Remarks