Click or drag to resize
VirtualPathHelperVirtualPathProviderAllowedByDefault Property
Indicates whether virtual path provider should be used when virtual paths are registered on application start and CMSUseVirtualPathProvider application key is not defined. Default is true.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax
C#
public static bool VirtualPathProviderAllowedByDefault { get; set; }

Property Value

Type: Boolean
See Also