EcoResCategoryTranslation::createOrUpdateCategoryTranslation Method
Accepts all columns to insert or update the record.
Syntax
client server public static void createOrUpdateCategoryTranslation(
EcoResCategoryId _ecoResCategoryId,
EcoResCategoryFriendlyName _ecoResCategoryFriendlyName,
EcoResCategoryDescription _ecoResCategoryDescription,
EcoResCategorySearchText _ecoResCategorySearchText,
[LanguageId _languageId])
Run On
Called
Parameters
- _ecoResCategoryId
Type: EcoResCategoryId Extended Data Type
The CategoryID value of the category.
- _ecoResCategoryFriendlyName
Type: EcoResCategoryFriendlyName Extended Data Type
The CategoryFriendlyName value of the category; optional.
- _ecoResCategoryDescription
Type: EcoResCategoryDescription Extended Data Type
The CategoryDescription value of the category; optional.
- _ecoResCategorySearchText
Type: EcoResCategorySearchText Extended Data Type
The CategorySearchText value of the category; optional.
- _languageId
Type: LanguageId Extended Data Type
The LangaugeID value of the category; optional.