TreeProviderSelectSingleNodeNodeType Method (Int32, String, Boolean, Boolean) |
Returns single node specified by node ID and culture.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax 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:
NodeTypeSee Also