Adds a search stop words
Namespace: DotNetNuke.Services.Search.InternalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
int AddSearchStopWords( string stopWords, int portalId, string cultureCode ) |
| Visual Basic |
|---|
Function AddSearchStopWords ( stopWords As String, portalId As Integer, cultureCode As String ) As Integer |
Parameters
- stopWords
- Type: System..::..String
paramstopWordsM:DotNetNuke.Services.Search.Internals.ISearchHelper.AddSearchStopWords(System.String,System.Int32,System.String)
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Search.Internals.ISearchHelper.AddSearchStopWords(System.String,System.Int32,System.String)
- cultureCode
- Type: System..::..String
paramcultureCodeM:DotNetNuke.Services.Search.Internals.ISearchHelper.AddSearchStopWords(System.String,System.Int32,System.String)