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: 8.0.0.0 (8.1.5347.20411)
Parameters
- nodeId
- Type: System Int32
Node ID
- culture
- Type: System String
Culture code
- classNames
- Type: System String
List of class names separated by semicolon (e.g.: "cms.article;cms.product")
Return Value
Type: TreeNodeSee Also