Initializes a new instance of the NativeDirectory class.

Namespace:  EPiServer.Web.Hosting
Assembly:  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

ExceptionCondition
System.IO..::.DirectoryNotFoundException Thrown when the path is not a native directory

See Also