Click or drag to resize
TreeProviderSelectSingleNode Method (NodeSelectionParameters)
Returns single node matching the provided parameters.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual TreeNode SelectSingleNode(
	NodeSelectionParameters parameters
)

Parameters

parameters
Type: CMS.DocumentEngineNodeSelectionParameters
Parameters for the node selection

Return Value

Type: TreeNode
See Also