| AbstractUserControlGetImagePath Method | 
            Gets UI image relative path.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
 Syntax
Syntaxpublic string GetImagePath(
	string imagePath
)
Parameters
- imagePath
- Type: SystemString
 Partial image path starting from ~/App_Themes/(Skin_Folder)/Images/ (e.g. '/CMSModules/Membership/module.png')
Return Value
Type: 
String See Also
See Also