Gets a collection of all setting values of ModuleInfo that contains the setting name in its collection of settings.

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

Syntax

C#
Dictionary<int, string> GetTabModuleSettingsByName(
	string settingName
)
Visual Basic
Function GetTabModuleSettingsByName ( 
	settingName As String
) As Dictionary(Of Integer, String)

Parameters

settingName
Type: System..::..String
Name of the setting to look for

Return Value

returnsM:DotNetNuke.Entities.Tabs.ITabModulesController.GetTabModuleSettingsByName(System.String)

See Also