Class BatchUpdateProcessData
Inheritance
System.Object
BatchUpdateProcessData
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class BatchUpdateProcessData : object
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 System.Nullable<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 |
---|---|
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
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.