ITinyMceSettingValue Property
|
Gets the value of the setting (what the setting is "set to").
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxReadOnly Property Value As String
Get
property String^ Value {
String^ get ();
}abstract Value : string with get
Property Value
String
ExampleThe value of the Page Break plugin is "pagebreak."
See Also