Click or drag to resize
ImportEntryStatus Enumeration

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
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