Arbortext Command Language > Functions by Alphabetical Listing > set_profile_groups_expressions
  
set_profile_groups_expressions
set_profile_groups_expressions(arr[, doc])
Returns the number of set profile groups, and the profile classes and relationships between profile values for the corresponding resolution group specified in the profiling configuration file.
arr — Array of the names of the set profile groups and the portion of the markup from the profile configuration file that represents the profile classes or the relationships between profile values for the corresponding resolution group.
For example, if MyPublishProfile is the name of the set profile group specified in the profile configuration file, the portion for:
arr[MyPublishProfile]
could be:
<LogicalExpression>
<LogicalGroup operator="OR">
<LogicalGroup operator="AND">
<LogicalNOT>
<ProfileRef alias="Vehicle" value="Coupe">
</LogicalNOT>
<ProfileRef alias="Vehicle" value="Sedan">
</LogicalGroup>
<ProfileRef alias="Vehicle" value="Pickup">
<ProfileRef alias="Vehicle" value="Sport Utility Vehicle">
</LogicalGroup>
</LogicalExpression>
doc — Optional. The identifier of the document tree. If doc is omitted or is 0, the current document is used.