TreeProviderSelectSingleNode Method (Int32, String, String) |
Returns single node specified by specified node ID, culture and class name. Most efficient way of getting the document. Result contains coupled data only if classNames are specified.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public virtual TreeNode SelectSingleNode(
int nodeId,
string culture,
string classNames
)
Parameters
- nodeId
- Type: SystemInt32
Node ID - culture
- Type: SystemString
Culture code - classNames
- Type: SystemString
List of class names separated by semicolon (e.g.: "cms.article;cms.product")
Return Value
Type:
TreeNodeSee Also