AddEntityToList

Adds the specified entity and parent to a member list. This function can be used in these types of rules:

Syntax

HS.AddEntityToList("Parent", "Child")

Table 40. Syntax for AddEntityToList Function

Parameter

Description

Parent

Name of a valid parent entity.

Child

Name of a child of the parent entity.

Return Value

None

Example

HS.AddEntityToList "UnitedStates", "Maine"