Click or drag to resize
TransformationHelperGetUrl Method (Object, Object)
Returns URL for the specified aliasPath and urlPath (preferable).

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string GetUrl(
	Object aliasPath,
	Object urlPath
)

Parameters

aliasPath
Type: SystemObject
Alias path
urlPath
Type: SystemObject
URL Path

Return Value

Type: String
See Also