FullTextStopList.AddStopWord(String, String) Method

Definition

Adds the specified stopword with the specified full-text language to the stoplist

public void AddStopWord (string stopword, string language);
member this.AddStopWord : string * string -> unit
Public Sub AddStopWord (stopword As String, language As String)

Parameters

stopword
String
language
String

Applies to