KeepHierarchical Property
Description
Indicates whether to include parent objects in list.
Property type
Read-write property
Syntax
Visual Basic
Public Property KeepHierarchical As Boolean
Remarks

If KeepHierarchical is true, NewList returns a HierarchySupportList, containing the roots of trees that contain at least one item that meets the filter criteria.

If KeepHierarchical is False, NewList returns a FactoryList Object.

See Also