summaryM:DotNetNuke.Data.DataProvider.UpdateSearchStopWords(System.Int32,System.String,System.Int32)

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual void UpdateSearchStopWords(
	int stopWordsId,
	string stopWords,
	int lastModifiedUserId
)
Visual Basic
Public Overridable Sub UpdateSearchStopWords ( 
	stopWordsId As Integer,
	stopWords As String,
	lastModifiedUserId As Integer
)

Parameters

stopWordsId
Type: System..::..Int32
paramstopWordsIdM:DotNetNuke.Data.DataProvider.UpdateSearchStopWords(System.Int32,System.String,System.Int32)
stopWords
Type: System..::..String
paramstopWordsM:DotNetNuke.Data.DataProvider.UpdateSearchStopWords(System.Int32,System.String,System.Int32)
lastModifiedUserId
Type: System..::..Int32
paramlastModifiedUserIdM:DotNetNuke.Data.DataProvider.UpdateSearchStopWords(System.Int32,System.String,System.Int32)

See Also