Template - recursivelySetProperty

Template - recursivelySetProperty

Description :

This command recursively sets a property on all component templates starting at the specified folder path.

Return type : void

Command Input :

Variable Name

Variable Type

Description

groupPath

String

The path to the folder.

propertyName

String

The name of the property to set.

value

String

The value to set.

Example

The following example recursively sets the isApproved property to true, starting at the folder /parent/templates2.

Script





blcli Template recursivelySetProperty /parent/templates2 isApproved true 



Was this page helpful? Yes No Submitting... Thank you

Comments