Class BatchUpdateProcess
A class which contains data for batch update processes.
Inheritance
System.Object
BatchUpdateProcess
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class BatchUpdateProcess : object
Properties
Data
The data which is used to specify the updated data and update process control.
Declaration
public BatchUpdateProcessData Data { get; set; }
Property Value
Type | Description |
---|---|
BatchUpdateProcessData |
Source
The source of the items to be updated.
Declaration
public BatchUpdateSource Source { get; set; }
Property Value
Type | Description |
---|---|
BatchUpdateSource |