Click or drag to resize
TreeProviderSelectSingleNode Method (Int32, String, Boolean, Boolean)
Returns single node specified by node ID and culture, optionally combined with default culture.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual TreeNode SelectSingleNode(
	int nodeId,
	string cultureCode,
	bool combineWithDefaultCulture,
	bool coupledData = true
)

Parameters

nodeId
Type: SystemInt32
Node ID to select
cultureCode
Type: SystemString
Document culture to select
combineWithDefaultCulture
Type: SystemBoolean
Indicates whether node in default culture should be returned if node in specified culture was not found.
coupledData (Optional)
Type: SystemBoolean
If true, coupled data are also returned

Return Value

Type: TreeNode
See Also