Gets the URL for the Theme CSS file. Based in ~/App_Themes/[Theme] or ~/App_Themes/Default.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- theme
- Type: System String
Stylesheet theme
- fileName
- Type: System String
Name of the stylesheet file
- useOnlySpecifiedTheme
- Type: System Boolean
If true, then return the url only for the specified theme, if the file not found return null
Return Value
Type: StringSee Also