Click or drag to resize
DocumentURLProviderGetAbsoluteUrl Method (TreeNode)
Gets absolute URL of given page.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static string GetAbsoluteUrl(
	TreeNode page
)

Parameters

page
Type: CMS.DocumentEngineTreeNode
Page to return the URL for.

Return Value

Type: String
See Also