Updates a search stop words

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

Syntax

C#
int UpdateSearchStopWords(
	int stopWordsId,
	string stopWords,
	int portalId,
	string cultureCode
)
Visual Basic
Function UpdateSearchStopWords ( 
	stopWordsId As Integer,
	stopWords As String,
	portalId As Integer,
	cultureCode As String
) As Integer

Parameters

stopWordsId
Type: System..::..Int32
paramstopWordsIdM:DotNetNuke.Services.Search.Internals.ISearchHelper.UpdateSearchStopWords(System.Int32,System.String,System.Int32,System.String)
stopWords
Type: System..::..String
paramstopWordsM:DotNetNuke.Services.Search.Internals.ISearchHelper.UpdateSearchStopWords(System.Int32,System.String,System.Int32,System.String)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Search.Internals.ISearchHelper.UpdateSearchStopWords(System.Int32,System.String,System.Int32,System.String)
cultureCode
Type: System..::..String
paramcultureCodeM:DotNetNuke.Services.Search.Internals.ISearchHelper.UpdateSearchStopWords(System.Int32,System.String,System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Services.Search.Internals.ISearchHelper.UpdateSearchStopWords(System.Int32,System.String,System.Int32,System.String)

See Also