BatchUpdateProcessData BatchSize Property DocuWare Platform .NET API
The number of documents which are updated within a update chunk.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public Nullable<int> BatchSize { get; set; }

Property Value

Type: OnlineNullable OnlineInt32 
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.
See Also