TreeHelper SelectSingleNode Method (String, Boolean, String, Boolean)Kentico 8.1 API Reference
Returns single document node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

aliasPath
Type: OnlineSystem String
Node AliasPath
combineWithDefaultCulture
Type: OnlineSystem Boolean
Specifies if return the default culture document when specified culture not found
className (Optional)
Type: OnlineSystem String
Node ClassName (e.g.: "cms.article")
selectOnlyPublished (Optional)
Type: OnlineSystem Boolean
Published nodes only

Return Value

Type: TreeNode
See Also