Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ChildGroupList Constructor

Constructor that populates this object with an array of ChildGroups and indicates that this is the complete list.

Overload List

Constructor that populates this object with an array of ChildGroups and indicates that this is the complete list.

public ChildGroupList(ChildGroup[]);

Constructor that populates this object with an array of ChildGroups and indicates whether or not this is the last list of ChildGroups.

public ChildGroupList(ChildGroup[],bool);

See Also

ChildGroupList Class | Plumtree.Remote.Auth Namespace