Default constructor.

Namespace:  EPiServer.Web.Hosting
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public VirtualPathVersioningProvider(
	string name,
	NameValueCollection configParameters
)

Parameters

name
Type: System..::.String
The name of the provider
configParameters
Type: System.Collections.Specialized..::.NameValueCollection
configuration parameters for the provider

See Also