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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<string> ContentCssFiles { get; }ReadOnly Property ContentCssFiles As IEnumerable(Of String)
Get
property IEnumerable<String^>^ ContentCssFiles {
IEnumerable<String^>^ get ();
}abstract ContentCssFiles : IEnumerable<string> with get
Property Value
IEnumerableString
ExampleExample file path: xml/custom/editor/localstyles.css
See Also