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