TreeProviderSelectSingleNode Method (Int32, String) |
Returns single node specified by node ID and culture.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public virtual TreeNode SelectSingleNode(
int nodeId,
string cultureCode = null
)
Parameters
- nodeId
- Type: SystemInt32
Node ID - cultureCode (Optional)
- Type: SystemString
Culture code
Return Value
Type:
TreeNodeSee Also