CatDisplaySharedDataTranslation::exist Method
Indicates whether the specified record in the CatDisplaySharedDataTranslation table exists.
Syntax
client server public static boolean exist(RefRecId _sharedData, LanguageId _language)
Run On
Called
Parameters
- _sharedData
Type: RefRecId Extended Data Type
An instance of the RefRecId class that indicates the collection of CatDisplayCategorySharedData records.
- _language
Type: LanguageId Extended Data Type
An string that represents the translation language.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.