ITinyMceSettingFriendlyName Property
|
Gets the name of the setting.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string FriendlyName { get; }
ReadOnly Property FriendlyName As String
Get
property String^ FriendlyName {
String^ get ();
}
abstract FriendlyName : string with get
Property Value
Type:
StringExamples The friendly name of the pagebreak plugin is "Page Break".
See Also