Go to: Synopsis. Return value. MEL examples.
doPublishNode(int $version, string $args[])
None
| Variable Name | Variable Type | Description |
|---|---|---|
| $version | int | : script version, indicates how to interpret the $args array |
| $args | string[] | : for $version == 1, $args[0] = whether or not to bind |
// publish the selected node
doPublishNode(1,{1});