Click or drag to resize

IndexSearchServiceDelete Method

Deletes the IndexSearchConfiguration matching the name.

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public void Delete(
	string name
)

Parameters

name
Type: SystemString
IndexSearchConfiguration name
See Also