TreeProvider SelectSingleNode Method (Int32, String, Boolean, Boolean)Kentico 8.1 API Reference
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: 8.0.0.0 (8.1.5347.20411)

Parameters

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

Return Value

Type: TreeNode
See Also