isFormLocked()

Overview

public boolean function isFormLocked(
      string formid   = ""
    , string itemId   = ""
    , string actionId = ""
)

Returns whether or not the given form is locked for editing.

Arguments

NameTypeRequiredDescription
formidstringNo (default="")ID of the form you want to check. Required if 'itemId' and 'actionid' not supplied.
itemIdstringNo (default="")ID of the item that exists within the form you want to check. Required if 'id' and 'actionid' not supplied
actionIdstringNo (default="")ID of the action that exists within the form you want to check. Required if 'id' and 'itemid' not supplied