Click or drag to resize
KenticoPageSelectorDialogController Class
Represents Page selector dialog.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.Components.Web.Mvc.Dialogs.InternalKenticoPageSelectorDialogController

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 sealed class KenticoPageSelectorDialogController : Controller

The KenticoPageSelectorDialogController type exposes the following members.

Constructors
  NameDescription
Public methodKenticoPageSelectorDialogController
Creates an instance of the KenticoPageSelectorDialogController class.
Top
Methods
  NameDescription
Public methodGetAliasPath
Returns a node alias path for given page GUID.
Public methodGetChildPages
Returns child pages for the given nodeAliasPath.
Public methodIndex
Renders the initial dialog iframe HTML.
Top
See Also