ICMSCategory Interface Ingeniux DSS Library
Represents a Category Element in expanded XML; provides convenient strong-typed access to the Element.

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

public interface ICMSCategory : ICMSCategoryInformation

The ICMSCategory type exposes the following members.

Properties

  NameDescription
Public propertyCreationLocale
Gets the locale in which the Category was created.
Public propertyDescription
Gets the description of the Category.
(Inherited from ICMSCategoryInformation.)
Public propertyExternalID
Gets the Category's external ID (declarative).
Public propertyID
Gets the ID of the Category, which is the value of "ID" attribute of the Element
Public propertyLocalizations
Gets localizations for the Category.
Public propertyName
Gets the name of the Category.
(Inherited from ICMSCategoryInformation.)
Public propertyPath
Gets the taxonomy path to the Category.
Public propertySynonyms
Gets synonyms for the Category.
Public propertyTypeName
Gets the type name of the Category (declarative)
(Inherited from ICMSCategoryInformation.)
Top
See Also

Reference