Gets a collection of all setting values of ModuleInfo that contains the
setting name in its collection of settings.
Namespace: DotNetNuke.Entities.TabsAssembly: 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