FolderLevelBuildProvider Constructor (String, String)

.NET Framework (current version)
 

Initializes a new instance of the FolderLevelBuildProvider class by using an identifier and the fully qualified name.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

Public Sub New (
	name As String,
	type As String
)

Parameters

name
Type: System.String

The identifier for the BuildProvider to use.

type
Type: System.String

The fully qualified name of the BuildProvider to use.

.NET Framework
Available since 4.0
Return to top
Show: