Deletes all tabs for a specific language. Double checks if we are not deleting pages for the default language
Clears the tab cache optionally
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
bool DeleteTranslatedTabs( int portalId, string cultureCode, bool clearCache ) |
Visual Basic |
---|
Function DeleteTranslatedTabs ( portalId As Integer, cultureCode As String, clearCache As Boolean ) As Boolean |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Tabs.ITabController.DeleteTranslatedTabs(System.Int32,System.String,System.Boolean)
- cultureCode
- Type: System..::..String
paramcultureCodeM:DotNetNuke.Entities.Tabs.ITabController.DeleteTranslatedTabs(System.Int32,System.String,System.Boolean)
- clearCache
- Type: System..::..Boolean
paramclearCacheM:DotNetNuke.Entities.Tabs.ITabController.DeleteTranslatedTabs(System.Int32,System.String,System.Boolean)