Show / Hide Table of Contents

Interface ITabModulesController

Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke.dll
Syntax
public interface ITabModulesController

Methods

GetTabModuleIdsBySetting(string, string)

Declaration
IList<int> GetTabModuleIdsBySetting(string settingName, string expectedValue)
Parameters
Type Name Description
string settingName
string expectedValue
Returns
Type Description
IList<int>

GetTabModuleSettingsByName(string)

Declaration
Dictionary<int, string> GetTabModuleSettingsByName(string settingName)
Parameters
Type Name Description
string settingName
Returns
Type Description
Dictionary<int, string>

GetTabModules(TabInfo)

Declaration
ArrayList GetTabModules(TabInfo tab)
Parameters
Type Name Description
TabInfo tab
Returns
Type Description
ArrayList

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS