Click or drag to resize
ImportEntryStatus Enumeration

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.10 [UNOFFICIAL BUILD]
Syntax
C#
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
public enum ImportEntryStatus
Members
  Member nameValueDescription
Succeeded0 A value that inticates whether importing of the document is successful.
Failed1 A value that inticates whether importing of the document failed.
Remarks