Access Permissions Enumeration
The access permissions of this object.
Values
Name | Notes |
---|---|
NoAccess |
the object may not accessed by others. This value can be set when the object is created. Naturally, objects that are sent to the client cannot have this permissions. |
Read |
read access, no changes permitted. |
ReadWrite |
the object may be changed but not removed. |
ReadWriteRemove |
the object may be changed or removed |