Click or drag to resize
ImportResultResults Property
A list with the sequence value of the documents that are not imported.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlElementAttribute("Results")]
public List<ImportResultEntry> Results { get; set; }

Property Value

Type: ListImportResultEntry
See Also