Name for the VirtualPathProvider that is responsible for handling of page folders
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ManagerTabAttribute(ManagerTab.Site)] [CustomRegexStringValidatorAttribute("^[a-zA-Z0-9]{1,255}$", "The string must be a combination of alphanumericals, dots (.) and dashes (-) up to 256 characters long, e.g. 'site.com' or 'MySite-2'.")] [ConfigurationPropertyAttribute("pageFolderVirtualPathProvider", DefaultValue = "EPiServerPageDirectory", IsRequired = false)] public string PageFolderVirtualPathProviderName { get; set; } |