BatchUpdateProcess ClassDocuWare Platform .NET API
A class which contains data for batch update processes.
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientBatchUpdateProcess

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

C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
public class BatchUpdateProcess

The BatchUpdateProcess type exposes the following members.

Constructors

  NameDescription
Public methodBatchUpdateProcess
Initializes a new instance of the BatchUpdateProcess class
Top
Properties

  NameDescription
Public propertyData
The data which is used to specifiy the updated data and update process control.
Public propertySource
The source of the items to be updated.
Top
Remarks

See Also

Reference