Click or drag to resize
TransformationMethodsGetUIImageUrl Method
Gets UI image resolved path.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public static string GetUIImageUrl(
	EvaluationContext context,
	params Object[] parameters
)

Parameters

context
Type: CMS.MacroEngineEvaluationContext
Evaluation context with child resolver
parameters
Type: SystemObject
(Page object; Partial image path starting from ~/App_Themes/(Skin_Folder)/Images/) OR (Page object; Partial image path starting from ~/App_Themes/(Skin_Folder)/Images/; Indicates if URL should be returned for live site) OR (Page object; Partial image path starting from ~/App_Themes/(Skin_Folder)/Images/; Indicates if URL should be returned for live site; Indicates if URL should be resolved)

Return Value

Type: String
See Also