Click or drag to resize
ViewerDialogModes Enumeration
Mode in which the viewer is opened to display a document

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
public enum ViewerDialogModes
Members
  Member nameValueDescription
EditMode0 Document is opened for editing and is locked for other users until it's closed.
AdHocEditMode1 Document is opened for editing and is locked only while editing.
ReadOnly2 Document is opened as read-only.
Remarks