Click or drag to resize

ICategoryNodeTypeName Property


Gets and sets the name of the category type under the current locale.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
string TypeName { get; set; }

Property Value

Type: String
Remarks
When CurrentLocale is CreationLocale, this method gets and sets OriginalTypeName. Otherwise, it will get and set the Translated Description under CurrentLocale.
Examples
TypeName is normally associated with category depth.

For example, in biological classifications, the categories "Monera," "Fungi," "Protista," "Plantae," and "Animalia" have the type name "Kingdom." The categories "Chordata," "Mollusca," and "Phoronida"—located under the kingdom "Animalia"—have the type name "Phylum."

Within the Ingeniux taxonomy system, however, this property is free form and can have any information or meaning.

See Also