TreeProviderSelectSingleNodeNodeType Method (NodeSelectionParameters) |
Returns single node matching the provided parameters. Result contains coupled data only if classNames are specified.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax protected virtual NodeType SelectSingleNode<NodeType>(
NodeSelectionParameters parameters
)
where NodeType : new(), TreeNode
Parameters
- parameters
- Type: CMS.DocumentEngineNodeSelectionParameters
Parameters for the node selection
Type Parameters
- NodeType
Return Value
Type:
NodeTypeSee Also