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.492
Syntax
IEnumerable<string> ContentCssFiles { get; }

Property Value

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