EcoResCategoryTranslation::exist Method
Indicates whether the specified record in the EcoResCategoryTranslation table exists.
Syntax
client server public static boolean exist(EcoResCategoryId _category, LanguageId _languageId)
Run On
Called
Parameters
- _category
Type: EcoResCategoryId Extended Data Type
The category of the EcoResCategoryTranslation record to check for existence.
- _languageId
Type: LanguageId Extended Data Type
The language ID of the EcoResCategoryTranslation record to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.