Click or drag to resize
BatchUpdateIndexFieldsResultItem Property
List of the resulting documents and errors.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlElementAttribute("Item")]
public List<BatchUpdateResultItem> Item { get; set; }

Property Value

Type: ListBatchUpdateResultItem
See Also