Class BatchUpdateProcessData
Inheritance
System.Object
    BatchUpdateProcessData
  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 BatchUpdateProcessData
  Constructors
BatchUpdateProcessData()
Creates a new instance of this class
Declaration
public BatchUpdateProcessData()
  Properties
BatchSize
The number of documents which are updated within a update chunk.
Declaration
public int? BatchSize { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | 
Remarks
If the value is missing then the server decides the size of chunks. The server might choose a different chunk size than requested by this property.
BreakOnError
If this attribute is set to
Declaration
public bool BreakOnError { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Field
The fields which are updated.
Declaration
public List<DocumentIndexField> Field { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<DocumentIndexField> | 
ForceUpdate
If this flag is true then the document will be treated as changed, no matter if there are any index fields changes.
Declaration
[Starfish]
public bool ForceUpdate { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
StoreDialogId
The id of the dialog to be used to update fields which are hidden inside the store dialog.
Declaration
public string StoreDialogId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Ignore this field if the update is not triggered by a dialog.