constants FilterIncludeEnum
Use the FilterInclude property to specify the items being included, when the list is filtered

NameValueDescription
exItemsWithoutChilds0 Filters items without including their child items.
exItemsWithChilds1 Filters items including their child items.
exRootsWithoutChilds2 Filters only root items without including their child items.
exRootsWithChilds3 Filters only root items including their child items.
exMatchingItemsOnly4 exMatchingItemsOnly. Only items that match the filter are included, no parents, no children.
exMatchIncludeParent240 exMatchIncludeParent. If the value does not match, check if any parent has a matching value.