Click or drag to resize

ITinyMceUserProfileContentCssFiles Property


Gets a list of file paths where custom CSS configuration files are 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
IEnumerable<string> ContentCssFiles { get; }

Property Value

Type: IEnumerableString
Examples
Example file path: xml/custom/editor/localstyles.css
See Also