Click or drag to resize

ICategoryNodeDescription Property


Gets and sets the description of this CategoryNode.

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

Property Value

Type: String
Remarks
When CurrentLocale is CreationLocale, this method gets and sets OriginalDescription; Otherwise, it gets and sets the Translated Description under CurrentLocale.
See Also