ICMSNavigatingCategory Interface Ingeniux DSS Library
Represents a Category Element in an expanded taxonomy navigation. It contains the collection of Pages that are associated with the Category, as Link entries.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public interface ICMSNavigatingCategory : ICMSCategory, 
	ICMSCategoryInformation

The ICMSNavigatingCategory type exposes the following members.

Properties

  NameDescription
Public propertyChildren
Gets child Categories of this Category.
Public propertyCreationLocale
Gets the locale in which the Category was created.
(Inherited from ICMSCategory.)
Public propertyDescription
Gets the description of the Category.
(Inherited from ICMSCategoryInformation.)
Public propertyExternalID
Gets the Category's external ID (declarative).
(Inherited from ICMSCategory.)
Public propertyID
Gets the ID of the Category, which is the value of "ID" attribute of the Element
(Inherited from ICMSCategory.)
Public propertyLocalizations
Gets localizations for the Category.
(Inherited from ICMSCategory.)
Public propertyName
Gets the name of the Category.
(Inherited from ICMSCategoryInformation.)
Public propertyPage
Gets the Page to which this Category Element belongs.
Public propertyPages
Gets the Pages that are associated with this Category as Links.
Public propertyPagesCount
Gets a count of Pages associated with this Category. If no Page is associated with this Category, returns 0.
Public propertyPath
Gets the taxonomy path to the Category.
(Inherited from ICMSCategory.)
Public propertySynonyms
Gets synonyms for the Category.
(Inherited from ICMSCategory.)
Public propertyTypeName
Gets the type name of the Category (declarative)
(Inherited from ICMSCategoryInformation.)
Top
See Also

Reference