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.0.5239.26125)
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