TreeProviderSelectSingleNode Method (Int32, String, Boolean, Boolean) |
Returns single node specified by node ID and culture, optionally combined with default culture.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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:
TreeNodeSee Also