Click or drag to resize

ICMSCategory Interface

Represents a Category Element in expanded XML; provides convenient strong-typed access to the Element.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface ICMSCategory : ICMSCategoryInformation, 
	ICMSObject<XElement>

The ICMSCategory type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets content for XElement/XAttribute.
(Inherited from ICMSObjectT.)
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