Class ContentMergeOperationInfo
Models a DocuWare content merge operation.
Inheritance
System.Object
    ContentMergeOperationInfo
  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 ContentMergeOperationInfo
  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 | 
|---|---|
| System.Collections.Generic.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 |