Go to: Synopsis. Return value. MEL examples.
lockContainer
None
Variable Name | Variable Type | Description |
---|---|---|
$val | int | if 1, lock the unpublished attributes and nodes in the container and the container itself, if 0 unlock |
// lock the container that locator1 is in select -r locator1; lockContainer 1;