RemoveFromInstallConfig - Removes the specified XML Node from the InstallConfig

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

Syntax

C#
void RemoveFromInstallConfig(
	string xmlNodePath
)
Visual Basic
Sub RemoveFromInstallConfig ( 
	xmlNodePath As String
)

Parameters

xmlNodePath
Type: System..::..String
paramxmlNodePathM:DotNetNuke.Services.Upgrade.Internals.IInstallController.RemoveFromInstallConfig(System.String)

See Also