TreeProviderSelectSingleNode Method (String, String, String) |
Returns single node specified by alias path, culture and site name.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax 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:
TreeNodeSee Also