How to use GetChildren()?
The methond GetChildren is often helpful for filtering and grouping DataModelObjects. It takes the Enum - DataModelObjectCategory as a first argument and a boolean as a second argument to switch on recursive search (sub-folders etc.)
GetChildren
DataModelObjects
Enum
DataModelObjectCategory
solution.GetChildren(DataModelObjectCategory.TreeGroupingFolder, True)