Click or drag to resize
URLRewriterGetLiveUrl Method
Gets the live page URL.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetLiveUrl(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node

Return Value

Type: String
Remarks
The URL is always formed of NodeAliasPath and URL path is ignored.
See Also