Go to: Synopsis. Return value. MEL examples.

Synopsis

publishContainerConnections(int $collapseInputs)

Publishes all connections between nodes in the selected container and nodes outside the selected container. Connections that are already published will be unchanged.

Return value

None

Arguments

Variable Name Variable Type Description
$collapseInputsintif true, all connections into the container from the same attribute will be published to a single attribute

MEL examples

  // To publish all connections to unique attributes 
 	publishContainerConnections 0