EcoResCategory::getProcCategoryAttributes Method
Gets all the category and product attributes of the specified category.
Syntax
client server public static Array getProcCategoryAttributes(
EcoResCategoryId _categoryId,
[EcoResCategoryAttributeModifier _ecoResCategoryAttributeModifier,
NoYes _includeInheritedAttributes])
Run On
Called
Parameters
- _categoryId
Type: EcoResCategoryId Extended Data Type
The category ID of the EcoResCategory record for which to retrieve the attributes.
- _ecoResCategoryAttributeModifier
Type: EcoResCategoryAttributeModifier Enumeration
The EcoResCategoryAttributeModifier enumeration value for which to retrieve the attributes.
- _includeInheritedAttributes
Type: NoYes Enumeration
A Boolean value that indicates whether to include inheritance.
Return Value
Type: Array Class
An array of the EcoResAttribute enumeration values; otherwise, an empty array.