Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

BlPackage - addNewValuesToEnumProperty

BlPackage - addNewValuesToEnumProperty

Description :

This command adds new values to a local property of an enumerated type in a specified BlPackage. If this property does not exist, the command fails.

Property names or values with spaces must be wrapped with quotes and escaped with a backslash, using a format like "\"prop name1\"".

Return type : void

Command Input :

Variable Name

Variable Type

Description

blPackageName

String

Name of the BlPackage.

groupName

String

Name of the group that contains the BlPackage.

propertyName

String

Name of the property.

enumDataNames

String

Names of the enumeration data.

enumDataValues

String

Values of the enumeration data.

Example

The following example adds a list of names/values to a String enumeration local property named PROP_1 in the BlPackage Apache in the folder /Applications/WebServers/Unix.

Script

BlPackage addNewValuesToEnumProperty Apache /Applications/WebServers/Unix PROP_1 "ccc,\"d d d\"" "ppp,qqq" 

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

Comments