Click or drag to resize
TreeProviderSelectSingleNode Method (String, String, String)
Returns single node specified by alias path, culture and site name.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual TreeNode SelectSingleNode(
	string siteName,
	string aliasPath,
	string cultureCode
)

Parameters

siteName
Type: SystemString
Node site name
aliasPath
Type: SystemString
Node alias path
cultureCode
Type: SystemString
Culture code

Return Value

Type: TreeNode
See Also