Click or drag to resize
TransformationHelperGetDocumentUrl Method (Object, Object, Object, String)
Returns URL of the currently rendered document.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string GetDocumentUrl(
	Object siteName,
	Object nodeAliasPath,
	Object documentUrlPath,
	string culture = null
)

Parameters

siteName
Type: SystemObject
Name of the site
nodeAliasPath
Type: SystemObject
Alias path of the node
documentUrlPath
Type: SystemObject
Url path of the document
culture (Optional)
Type: SystemString
Culture of the the document

Return Value

Type: String
See Also