ProcCategoryModifier::exist Method
Determines whether the specified category exists in the EcoResCategory table.
Syntax
client server public static boolean exist(EcoResCategoryId _ecoResCategoryId)
Run On
Called
Parameters
- _ecoResCategoryId
Type: EcoResCategoryId Extended Data Type
The category ID, which is the record ID, in the ProcCategory table to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.