ICategoryTranslation Interface Ingeniux CMS Content Store API

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

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference