Initializes a new instance of the NativeDirectory class.
Namespace:
EPiServer.Web.HostingAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public NativeDirectory( VirtualPathUnifiedProvider provider, string virtualPath, string localPath, string customSummaryVirtualPath, bool bypassAccessCheck ) |
Parameters
- provider
- Type: EPiServer.Web.Hosting..::.VirtualPathUnifiedProvider
The provider.
- virtualPath
- Type: System..::.String
The virtual path.
- localPath
- Type: System..::.String
The local path.
- customSummaryVirtualPath
- Type: System..::.String
The custom summary virtual path.
- bypassAccessCheck
- Type: System..::.Boolean
if set to true [bypass access check].
Exceptions
| Exception | Condition |
|---|---|
| System.IO..::.DirectoryNotFoundException | Thrown when the path is not a native directory |