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.6.492
Syntax
string Description { get; set; }

Property Value

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