Click or drag to resize
DocumentURLProviderGetUrl Method (TreeNode)
Returns relative URL for the specified tree node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetUrl(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node

Return Value

Type: String
See Also