Click or drag to resize
TreeSiteMapProviderGetNodeByAliasPath Method
Returns the node by its Alias.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public TreeSiteMapNode GetNodeByAliasPath(
	string aliasPath
)

Parameters

aliasPath
Type: SystemString

Return Value

Type: TreeSiteMapNode
See Also