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