Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SharedAccessMode

Shared document access mode.

Index

Enumeration members

AccessDenied

AccessDenied: = 0

Access to document is denied.

Loading

Loading: = -1

Information about access mode is not yet loaded.

ViewAndEdit

ViewAndEdit: = 2

User can view and edit the shared document.

ViewOnly

ViewOnly: = 1

User can only view the shared document.