GetChilds¶
Retrieves the child identities of a specified parent identity.
$Membership.GetChilds(parent: ( string | Identity )):Array<Identity> (Identity)
Parameters¶
( string | Identity ) parent
The parent identity for which to find child identities.
Returns¶
An array of identities representing the children of the specified parent identity.
See Also¶
- Array<Identity>