ITinyMceGroupProfileContentCssFile Property
|
Gets a file path where a custom CSS configuration file is located on the server relative to the XML directory.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string ContentCssFile { get; set; }
Property ContentCssFile As String
Get
Set
property String^ ContentCssFile {
String^ get ();
void set (String^ value);
}
abstract ContentCssFile : string with get, set
Property Value
Type:
StringExamples Example file path: xml/custom/editor/localstyles.css
See Also