Click or drag to resize
TreeProviderSelectSingleNodeNodeType Method (Int32, String, Boolean, Boolean)
Returns single node specified by node ID and culture.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual NodeType SelectSingleNode<NodeType>(
	int nodeId,
	string cultureCode,
	bool combineWithDefaultCulture,
	bool coupledData
)
where NodeType : new(), TreeNode

Parameters

nodeId
Type: SystemInt32
Node ID
cultureCode
Type: SystemString
Culture code
combineWithDefaultCulture
Type: SystemBoolean
Indicates whether node in default culture should be returned if node in specified culture was not found.
coupledData
Type: SystemBoolean
Indicates whether coupled data should be contained in the result.

Type Parameters

NodeType

Return Value

Type: NodeType
See Also