InstallDNN manages the Installation of a new DotNetNuke Application

Namespace: DotNetNuke.Services.Upgrade
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void InstallDNN(
	string strProviderPath
)
Visual Basic
Public Shared Sub InstallDNN ( 
	strProviderPath As String
)

Parameters

strProviderPath
Type: System..::..String
The path to the Data Provider

Remarks