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

Namespace: CMS.CMSSiteMapProvider
Assembly: CMS.CMSSiteMapProvider (in CMS.CMSSiteMapProvider.dll) Version: 9.0.0
Syntax
C#
public TreeSiteMapNode GetNodeByAliasPath(
	string aliasPath
)

Parameters

aliasPath
Type: SystemString

Return Value

Type: TreeSiteMapNode
See Also