IContentUnitIcon Property
|
Gets/sets the icon name of the Content Unit. Icon is just for easy identification purpose
on Page Builder UI. It has nothing to do with actual Content Unit rendering
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string Icon { get; set; }
Property Icon As String
Get
Set
property String^ Icon {
String^ get ();
void set (String^ value);
}
abstract Icon : string with get, set
Property Value
Type:
StringSee Also