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.0.0.0 (8.1.5347.20411)
Parameters
- siteName
- Type: System String
Site name
- searchNodePath
- Type: System String
Path of the starting node
- cultureCode
- Type: System String
Culture code
- searchExpression
- Type: System String
Search expression
- searchMode
- Type: CMS.Search SearchModeEnum
Search mode
- searchChildNodes
- Type: System Boolean
Indicates whether child nodes should be searched
Return Value
Type: DataSetSee Also