RetailCategoryContainmentLookup::findContainedCategories Method
Finds and retrieves all the contained categories in a specified category.
Syntax
client server public static SetEnumerator findContainedCategories(EcoResCategoryId _category)
Run On
Called
Parameters
- _category
Type: EcoResCategoryId Extended Data Type
The category RecId value to find the contained categories.
Return Value
Type: SetEnumerator Class
A read only SetEnumerator value that enumerates all the contained categories.
Remarks
The specified category, the descendants of the category, and all categories reachable by special group membership will also be included in the set.