BatchUpdateSource ClassDocuWare Platform .NET API
The base for defining a sequence of documents to be updated.
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientBatchUpdateSource
    DocuWare.Platform.ServerClientBatchUpdateDialogExpressionSource
    DocuWare.Platform.ServerClientBatchUpdateDocumentsSource

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

C#
[SerializableAttribute]
[XmlIncludeAttribute(typeof(BatchUpdateDocumentsSource))]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlIncludeAttribute(typeof(BatchUpdateDialogExpressionSource))]
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

See Also

Reference