How to use GetChildren()?
Ayush Kumar
Member, Moderator, Employee Posts: 442
✭✭✭✭
Answers
-
The methond
GetChildren
is often helpful for filtering and groupingDataModelObjects
. It takes theEnum
-DataModelObjectCategory
as a first argument and a boolean as a second argument to switch on recursive search (sub-folders etc.)solution.GetChildren(DataModelObjectCategory.TreeGroupingFolder, True)
4