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
The ICategoryTranslation type exposes the following members.
Properties
Name | Description | |
---|---|---|
Created |
Gets the creation time of this translation.
| |
CreationUser |
Gets the creation user of this translation.
| |
Description |
Gets and sets the description of the CategoryNode under this translation.
| |
Locale |
Gets the code of translation's locale.
| |
Name |
Gets and sets the name of the CategoryNode under this translation.
| |
RequiresUpdate |
Checks whether this translation requires an update.
| |
TypeName |
Gets and sets the type name of the CategoryNode under this translation.
|
Methods
Name | Description | |
---|---|---|
Serialize |
Returns the XML presentation of this translation.
|
Remarks
See Also