Click or drag to resize
TreeProviderSelectSingleNodeNodeType Method (NodeSelectionParameters)
Returns single node matching the provided parameters. Result contains coupled data only if classNames are specified.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
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: NodeType
See Also