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: 12.0.0
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 propertyName
Item name.
Public propertyNamePath
Document name path.
Public propertyNodeAliasPath
Node alias path.
Public propertyNodeGuid
Node Guid.
Public propertyNodeId
Node ID.
Public propertyUrl
Page application-relative URL.
Top
See Also