| UIHelperGetImageUrl Method (String, Boolean) | 
            Gets UI image path.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic static string GetImageUrl(
	string imagePath,
	bool ensureDefaultTheme = false
)
Parameters
- imagePath
- Type: SystemString
 Partial image path starting from ~/App_Themes/(Skin_Folder)/Images/ (e.g. '/CMSModules/Membership/module.png')
- ensureDefaultTheme (Optional)
- Type: SystemBoolean
 Indicates if default theme should be always used
Return Value
Type: 
String See Also
See Also