setAccess
Set the access level of the parameter with the specified Object ID.
Syntax
params.setAccess (OID, Access);
Parameters
Parameter |
Type |
Required |
Description |
OID |
String |
Yes |
Object ID of object of interest. |
Access |
Integer |
Yes |
Access level to set for the specified OID. The available access levels are as follows: 0 — Read Only 1 — Read and Write |
Returns
N/A
Example
Coming soon.