Click or drag to resize
ImportEntryVersionStatus 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 ImportEntryVersionStatus
Members
  Member nameValueDescription
Succeeded0 A value that indicates whether importing of the version is successful.
Failed1 A value that indicates whether importing of the version failed.
Aborted2 A value that indicates whether importing of the version is not started.
Remarks