EcoResCategory::existByName Method
Determines whether the specified category name is located in the specified hierarchy in the EcoResCategory table.
Syntax
client server public static boolean existByName(EcoResCategoryName _ecoResCategoryName, EcoResCategoryHierarchyId _ecoResCategoryHierarchyId)
Run On
Called
Parameters
- _ecoResCategoryName
Type: EcoResCategoryName Extended Data Type
The category name in the EcoResCategory table to check for existence.
- _ecoResCategoryHierarchyId
Type: EcoResCategoryHierarchyId Extended Data Type
The category hierarchy ID in the EcoResCategoryHierarchy table.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.