GetChildren(DataModelObjectCategory, bool, IList<IDataModelObject>)

Gets the list of children, filtered by type.

Declaration Syntax

public virtual IList<IDataModelObject> GetChildren(DataModelObjectCategory category, bool recurses, IList<IDataModelObject> children)

Parameters

category(DataModelObjectCategory)

The category of the data model object to retrieve.

recurses(bool)

Whether to retrieve grandchildren recursively.

children(IList<IDataModelObject>)

Input list that will be populated through the whole process. (If not specified a new list will be created.)