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.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring 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
String
See Also