TreeProviderSearch Method (String, String, String, String, SearchModeEnum, Boolean, String) |
Searches specified node and (optionally) all child nodes and returns results as a dataset with CMS_TREE data.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public virtual DataSet Search(
string siteName,
string searchNodePath,
string cultureCode,
string searchExpression,
SearchModeEnum searchMode,
bool searchChildNodes,
string classNames
)
Parameters
- siteName
- Type: SystemString
Site name - searchNodePath
- Type: SystemString
Path of the starting node - cultureCode
- Type: SystemString
Culture code - searchExpression
- Type: SystemString
Search expression - searchMode
- Type: CMS.SearchSearchModeEnum
Search mode - searchChildNodes
- Type: SystemBoolean
Indicates if child nodes should be searched - classNames
- Type: SystemString
List of class names to be searched in format application.class separated by semicolon.
Return Value
Type:
DataSetSee Also