Gets a collection of all ID's of ModuleInfo that contains the setting name and
specific value in its collection of settings.
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
IList<int> GetTabModuleIdsBySetting( string settingName, string expectedValue ) |
Visual Basic |
---|
Function GetTabModuleIdsBySetting ( settingName As String, expectedValue As String ) As IList(Of Integer) |
Parameters
- settingName
- Type: System..::..String
Name of the setting to look for
- expectedValue
- Type: System..::..String
Value of the setting to look for