Click or drag to resize
KenticoPageSelectorViewModel Class
View model containing data for page selector initialization.
Inheritance Hierarchy
SystemObject
  Kentico.Components.Web.Mvc.Dialogs.InternalKenticoPageSelectorViewModel

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 KenticoPageSelectorViewModel

The KenticoPageSelectorViewModel type exposes the following members.

Constructors
  NameDescription
Public methodKenticoPageSelectorViewModel
Top
Properties
  NameDescription
Public propertyCulture
Culture version of pages displayed in the selector.
Public propertyGetAliasPathEndpointUrl
The URL of an end-point which translates page GUID to page alias path.
Public propertyGetChildPagesEndpointUrl
End-point URL where the selector obtains child nodes data of a given parent node.
Public propertyRootPage
Metadata of the root page in the selector.
Public propertySiteName
Name of site from which the seletor loads pages data.
Top
See Also