Returns single node specified by alias path, culture and site name matching the provided parameters.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- siteName
- Type: System String
Node site name
- aliasPath
- Type: System String
Node alias path
- cultureCode
- Type: System String
Node culture
- combineWithDefaultCulture
- Type: System Boolean
Indicates whether node in default culture should be returned if node in specified culture was not found.
- className (Optional)
- Type: System String
Node class name (e.g.: "cms.article")
- selectOnlyPublished (Optional)
- Type: System Boolean
Select only published nodes.
- checkPermissions (Optional)
- Type: System Boolean
Indicates whether permissions should be checked.
- selectCoupledData (Optional)
- Type: System Boolean
Indicates whether coupled data should be selected.
Return Value
Type: TreeNodeSee Also