ICategoryNodeTypeName Property
|
Gets and sets the name of the category type under the current locale.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring TypeName { get; set; }Property TypeName As String
Get
Set
property String^ TypeName {
String^ get ();
void set (String^ value);
}abstract TypeName : string with get, set
Property Value
String
Remarks
Example
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