Click or drag to resize
BatchUpdateSource Class
The base for defining a sequence of documents to be updated.
Inheritance Hierarchy

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

The BatchUpdateSource type exposes the following members.

Constructors
  NameDescription
Protected methodBatchUpdateSource
Initializes a new instance of the BatchUpdateSource class
Top
Remarks