Click or drag to resize
AbstractUserControlGetImagePath Method
Gets UI image relative path.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public 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