Click or drag to resize
WebDAVHelperGetNodeAliasPath Method
Gets node alias path.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public static string GetNodeAliasPath(
	string where,
	TreeProvider treeProvider
)

Parameters

where
Type: SystemString
Where condition
treeProvider
Type: CMS.DocumentEngineTreeProvider
Tree provider

Return Value

Type: String
See Also