DocumentAction EnumerationDocuWare Platform .NET API
Actions pereformed on document (ReIntellix e.g.)

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public enum DocumentAction
Members

  Member nameValueDescription
ReIntellix0 Resend textshots to Intellix
Append1 Append documents form other cabinet to document
SetLatestVersion2 Set document as latest version
UndoCheckOut3 Undo check out of the document
CheckOut4 Check out document to specific cabinet. Accept CheckOutActionParameters
CheckIn5 Check in document to the original cabinet. Accept CheckInActionParameters
EnhanceImage6 Enchance section image by applying deskew and rotate. Accept EnhanceImageParameters
MergeAnnotations7 Merge annotations into section image. Aplicable only for PDFs. Accept MergeAnnotationsParameters
Remarks

See Also

Reference