Click or drag to resize
KenticoPageSelectorDialogControllerGetChildPages Method
Returns child pages for the given nodeAliasPath.

Namespace: Kentico.Components.Web.Mvc.Dialogs.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public ActionResult GetChildPages(
	string nodeAliasPath
)

Parameters

nodeAliasPath
Type: SystemString
The node alias path.

Return Value

Type: ActionResult
See Also