Click or drag to resize
ContentMergeOperationInfo Class
Models a DocuWare content merge operation.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientContentMergeOperationInfo

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 ContentMergeOperationInfo

The ContentMergeOperationInfo type exposes the following members.

Constructors
  NameDescription
Public methodContentMergeOperationInfo
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyDocuments
Collection of documents to be used in the operation
Public propertyForce
Force merge operation even if possible loss of data
Public propertyOperation
Operation that have to be executed.
Top
Remarks