Click or drag to resize
BatchUpdateProcessData Class
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientBatchUpdateProcessData

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class BatchUpdateProcessData

The BatchUpdateProcessData type exposes the following members.

Constructors
  NameDescription
Public methodBatchUpdateProcessData
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyBatchSize
The number of documents which are updated within a update chunk.
Public propertyBreakOnError
If this attribute is set to
Public propertyField
The fields which are updated.
Public propertyStoreDialogId
The id of the dialog to be used to update fields which are hidden inside the store dialog.
Top
Remarks