summaryM:DotNetNuke.Entities.Modules.ModuleController.DeleteAllModules(System.Int32,System.Int32,System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabInfo},System.Boolean,System.Boolean)
Namespace: DotNetNuke.Entities.ModulesAssembly: 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, List<TabInfo> 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 List(Of TabInfo), includeCurrent As Boolean, deleteBaseModule As Boolean ) |
Parameters
- moduleId
- Type: System..::..Int32
parammoduleIdM:DotNetNuke.Entities.Modules.ModuleController.DeleteAllModules(System.Int32,System.Int32,System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabInfo},System.Boolean,System.Boolean)
- tabId
- Type: System..::..Int32
paramtabIdM:DotNetNuke.Entities.Modules.ModuleController.DeleteAllModules(System.Int32,System.Int32,System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabInfo},System.Boolean,System.Boolean)
- fromTabs
- Type: System.Collections.Generic..::..List<(Of <(<'TabInfo>)>)>
paramfromTabsM:DotNetNuke.Entities.Modules.ModuleController.DeleteAllModules(System.Int32,System.Int32,System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabInfo},System.Boolean,System.Boolean)
- includeCurrent
- Type: System..::..Boolean
paramincludeCurrentM:DotNetNuke.Entities.Modules.ModuleController.DeleteAllModules(System.Int32,System.Int32,System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabInfo},System.Boolean,System.Boolean)
- deleteBaseModule
- Type: System..::..Boolean
paramdeleteBaseModuleM:DotNetNuke.Entities.Modules.ModuleController.DeleteAllModules(System.Int32,System.Int32,System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabInfo},System.Boolean,System.Boolean)