Click or drag to resize
PageSelectorItemModel Class
Represents a single item in a page selector.
Inheritance Hierarchy
SystemObject
  Kentico.Components.Web.Mvc.Dialogs.InternalPageSelectorItemModel

Namespace: Kentico.Components.Web.Mvc.Dialogs.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class PageSelectorItemModel

The PageSelectorItemModel type exposes the following members.

Properties
  NameDescription
Public propertyHasChildNodes
Indicates whether an item has child items.
Public propertyIcon
Item icon class.
Public propertyIsValid
Indicates whether the page is exists and the current user has sufficient permissions to access the page.
Public propertyLiveSiteUrl
The URL which represents the live site version of the page.
Public propertyName
Item name.
Public propertyNodeAliasPath
Node alias path.
Public propertyNodeGuid
Node Guid.
Public propertyNodeId
Node ID.
Public propertyUrl
The URL which represents the preview (latest) version of the page.
Top
See Also