Click or drag to resize
ImportResultEntryEntryVersions 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("EntryVersions")]
public List<ImportEntryVersion> EntryVersions { get; set; }

Property Value

Type: ListImportEntryVersion
See Also