FullTextStopList.CreateFromExistingStopList Method

Definition

Overloads

CreateFromExistingStopList(String)

Creates a new stoplist from an existing source stoplist in the current database

CreateFromExistingStopList(String, String)

Creates a new stoplist from an existing source stoplist in the different database

CreateFromExistingStopList(String)

Creates a new stoplist from an existing source stoplist in the current database

public void CreateFromExistingStopList (string stoplistName);
member this.CreateFromExistingStopList : string -> unit
Public Sub CreateFromExistingStopList (stoplistName As String)

Parameters

stoplistName
String

Applies to

CreateFromExistingStopList(String, String)

Creates a new stoplist from an existing source stoplist in the different database

public void CreateFromExistingStopList (string dbName, string stoplistName);
member this.CreateFromExistingStopList : string * string -> unit
Public Sub CreateFromExistingStopList (dbName As String, stoplistName As String)

Parameters

dbName
String
stoplistName
String

Applies to