DeleteModuleControl deletes a Module Control in the database

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void DeleteModuleControl(
	int moduleControlID
)
Visual Basic
Public Shared Sub DeleteModuleControl ( 
	moduleControlID As Integer
)

Parameters

moduleControlID
Type: System..::..Int32
The ID of the Module Control to delete

See Also