Skip to content

GetChilds

Returns childs of specified identity.

1
$Membership.GetChilds(parent: ( string | Identity )):Array<Identity>

Parameters

( string | Identity ) parent
    Identity to find childs of

Returns

Array of childs as identity

See Also