| TreeHelperSelectNodes Method (String) | 
            Selects tree nodes according to provided parameters and returns them as dataset. If classNames not specified, the result does not contain coupled data.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static InfoDataSet<TreeNode> SelectNodes(
	string aliasPath
)
Parameters
- aliasPath
- Type: SystemString
 Path. It may contain % and _ as wild card characters for any number of unknown characters or one unknown character respectively (for MS SQL)
Return Value
Type: 
InfoDataSetTreeNode See Also
See Also