Click or drag to resize
TransformationHelper.GetUIImageUrl Method (String, Boolean, Page)
Gets UI image resolved path.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax
C#
public virtual string GetUIImageUrl(
	string imagePath,
	bool isLiveSite,
	Page page
)

Parameters

imagePath
Type: System.String
Partial image path starting from ~/App_Themes/(Skin_Folder)/Images/ (e.g. '/CMSModules/CMS_MediaLibrary/module.png')
isLiveSite
Type: System.Boolean
Indicates if URL should be returned for live site
page
Type: System.Web.UI.Page
Page object

Return Value

Type: String
See Also