Returns single node specified by node ID and culture, optionally combined with default culture.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- nodeId
- Type: System Int32
Node ID to select
- cultureCode
- Type: System String
Document culture to select
- combineWithDefaultCulture
- Type: System Boolean
Indicates whether node in default culture should be returned if node in specified culture was not found.
- coupledData (Optional)
- Type: System Boolean
If true, coupled data are also returned
Return Value
Type: TreeNodeSee Also