Keyoti Search for ASP.NET API Docs
DeleteDocument Method (documentUri)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexDeleteDocument(String)
Keyoti Search for ASP.NET 2010
Convenience, calls RemoveDocument method. See remarks.
Declaration Syntax
C#Visual BasicVisual C++
public void DeleteDocument(
	string documentUri
)
Public Sub DeleteDocument ( _
	documentUri As String _
)
public:
void DeleteDocument(
	String^ documentUri
)
Parameters
documentUri (String)
Remarks
It's important that the document URL matches exactly with the URL already in the index. Please pay attention to trailing slashes (eg. http://localhost/) and ensure any spaces are encoded as %20.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609