isFormLocked()
Overview
public boolean function isFormLocked(
string formid = ""
, string itemId = ""
, string actionId = ""
)
Returns whether or not the given form is locked for editing.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| formid | string | No (default="") | ID of the form you want to check. Required if 'itemId' and 'actionid' not supplied. |
| itemId | string | No (default="") | ID of the item that exists within the form you want to check. Required if 'id' and 'actionid' not supplied |
| actionId | string | No (default="") | ID of the action that exists within the form you want to check. Required if 'id' and 'itemid' not supplied |