summaryM:DotNetNuke.Entities.Modules.ModuleController.DeleteAllModules(System.Int32,System.Int32,System.Collections.ArrayList,System.Boolean,System.Boolean)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 5.1.  Use an alternate overload")]
public void DeleteAllModules(
	int moduleId,
	int tabId,
	ArrayList fromTabs,
	bool includeCurrent,
	bool deleteBaseModule
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 5.1.  Use an alternate overload")> 
Public Sub DeleteAllModules ( 
	moduleId As Integer,
	tabId As Integer,
	fromTabs As ArrayList,
	includeCurrent As Boolean,
	deleteBaseModule As Boolean
)

Parameters

moduleId
Type: System..::..Int32
parammoduleIdM:DotNetNuke.Entities.Modules.ModuleController.DeleteAllModules(System.Int32,System.Int32,System.Collections.ArrayList,System.Boolean,System.Boolean)
tabId
Type: System..::..Int32
paramtabIdM:DotNetNuke.Entities.Modules.ModuleController.DeleteAllModules(System.Int32,System.Int32,System.Collections.ArrayList,System.Boolean,System.Boolean)
fromTabs
Type: System.Collections..::..ArrayList
paramfromTabsM:DotNetNuke.Entities.Modules.ModuleController.DeleteAllModules(System.Int32,System.Int32,System.Collections.ArrayList,System.Boolean,System.Boolean)
includeCurrent
Type: System..::..Boolean
paramincludeCurrentM:DotNetNuke.Entities.Modules.ModuleController.DeleteAllModules(System.Int32,System.Int32,System.Collections.ArrayList,System.Boolean,System.Boolean)
deleteBaseModule
Type: System..::..Boolean
paramdeleteBaseModuleM:DotNetNuke.Entities.Modules.ModuleController.DeleteAllModules(System.Int32,System.Int32,System.Collections.ArrayList,System.Boolean,System.Boolean)

See Also