ICategorySynonym Interface Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference