Forum


HomeHomePremiumPremiumDevelopmentDevelopmentGetting TabModuleId in Business Controller ClassGetting TabModuleId in Business Controller Class
Previous
 
Next
New Post
8/23/2016 12:02 PM
 

I'm working on exporting content for Tabs Module, In ExportContent Function I receive ModuleId, How can I get the TabModuleId in order to retrieve the Tabs

 
New Post
8/29/2016 2:47 PM
 

Johnny,

Sorry for the late reply.  You may not need the TabModuleId to get the tabs that the module is on.  You can just do this:

var moduleTabs = TabController.Instance.GetTabsByModuleID(moduleId);
foreach (KeyValuePair<int, TabInfo> oTab in moduleTabs)
{
    // Do something with each (TabInfo) oTab.Value
}

 
Previous
 
Next
HomeHomePremiumPremiumDevelopmentDevelopmentGetting TabModuleId in Business Controller ClassGetting TabModuleId in Business Controller Class



Try FREE
30 days money back guaranteed