Click or drag to resize

ICategoryTranslation Interface


Represents a translation entry of a CategoryNode under a specific locale.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface ICategoryTranslation

The ICategoryTranslation type exposes the following members.

Properties
 NameDescription
Public propertyCreated Gets the creation time of this translation.
Public propertyCreationUser Gets the creation user of this translation.
Public propertyDescription Gets and sets the description of the CategoryNode under this translation.
Public propertyCode exampleLocale Gets the code of translation's locale.
Public propertyName Gets and sets the name of the CategoryNode under this translation.
Public propertyRequiresUpdate Checks whether this translation requires an update.
Public propertyTypeName Gets and sets the type name of the CategoryNode under this translation.
Top
Methods
 NameDescription
Public methodCode exampleSerialize Returns the XML presentation of this translation.
Top
Remarks
CategoryNode may have multiple translations, but it can only have one translation per locale.
See Also