Share via


CatDisplayCategoryTranslation.insertDisplayCategoryTranslation Method

Inserts and updates translation data in the CatDisplayCategoryTranslation table.

Syntax

public CatDisplayCategoryTranslation insertDisplayCategoryTranslation(
    RecId _displayCategoryRecId, 
    Name _name, 
   [Description _description, 
    LanguageId _language])

Run On

Called

Parameters

  • _displayCategoryRecId
    Type: RecId Extended Data Type
    An instance of the RefRecId class to indicate the collection of the CatDisplayCategoryTranslation records.
  • _name
    Type: Name Extended Data Type
    A string that represents the display category name in the translation language.

Return Value

Type: CatDisplayCategoryTranslation Table
An instance of the CatDisplayCategoryTranslation class that indicates the inserted row.

See Also

Reference

CatDisplayCategoryTranslation Table