GetSearchSettings gets the search settings for a single module

Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static Dictionary<string, string> GetSearchSettings(
	int ModuleId
)
Visual Basic
Public Shared Function GetSearchSettings ( 
	ModuleId As Integer
) As Dictionary(Of String, String)

Parameters

ModuleId
Type: System..::..Int32
The Id of the Module

Return Value

returnsM:DotNetNuke.Services.Search.SearchDataStoreController.GetSearchSettings(System.Int32)

Remarks