Click or drag to resize

ICategorySynonym Interface


Represents a Synonym entry for a CategoryNode.

Synonym is another name of the CategoryNode that is specific to a Locale.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface ICategorySynonym

The ICategorySynonym type exposes the following members.

Properties
  NameDescription
Public propertyLastModified
Gets the last time this Synonym was modified.
Public propertyLastModifiedUser
Gets the UserId of the most recent user to modify the Synonym.
Public propertyLocale
Gets the locale of this Synonym.
Public propertyValue
Gets and sets the name of this Synonym.
Top
Methods
  NameDescription
Public methodCode exampleSerialize
Returns the XML presentation of this Synonym.
Top
Remarks
Categories can have multiple synonyms under one locale.
See Also