In putPermission, the parameter objPerm has the type WSObjectPermission and returns type WSObjectPermission.
To call putPermission:
The setPermissionMask() function accepts the following values. It is not a true mask because bit-wise combinations of these values are not supported by the server. These values should be treated as constants:
No access: 0 | Read-delete: 18 |
Administer: 1 | Read-write-delete: 30 |
Read-only: 2 | Execute-only: 32 |
The return is:
Recommended Comments
There are no comments to display.