Click or drag to resize
PageSelectorPropertiesBaseTValueRootPath Property
Dialog root path.

Namespace: Kentico.Components.Web.Mvc.FormComponents.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public string RootPath { get; set; }

Property Value

Type: String
Remarks
If provided, the page selector dialog root will start from the given root path. If the property value not provided, site root is used.
See Also