GetEquipmentChildren (IEquipment)

Returns a collection of all the child resources for the specified parent resource.

Note: Returns the child resources one level below the specified parent.
InputsData TypeDescription
Equipment InstanceDirectoryResource[]

Specifies the equipment resource you want to retrieve the child resources for. If the specified resource does not have any child resources, nothing is returned.

In the Inputs section of the activity configuration panel, click the ellipsis button to open the Universal Browser to select the resource you want to use.

OutputsDescription
DirectoryResource[] Returns a list of the user-defined child resources for the specified parent resource.

Use a For Each or Index activity to return the resource you want.

Note: The Index activity returns only integer values.