Enum CoWorkUserPermission

CoWorkUserPermission enumeration

represent the user permission in collaboration mode.only available in java version now, will be available in .net/python version in future.

public enum CoWorkUserPermission

Values

NameValueDescription
READ_ONLY0Read-only permission,User can only view the content but cannot make any modifications
EDITABLE1Editable permission,User can view and edit the content
DOWNLOAD2Download permission,User can view,edit and download the content to local storage
ADMIN3Administrator permission,User has full access including management operations

See Also