ExecuteScripts manages the Execution of Scripts from the Install/Scripts folder. It is also triggered by InstallDNN and UpgradeDNN

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

Syntax

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

Parameters

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

Remarks