AbstractCMSPageGetImageUrl Method |
Gets UI image URL.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public 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 ensured
Return Value
Type:
StringSee Also