Keyoti Search for ASP.NET API Docs
RemoveDocument Method (document)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexRemoveDocument(Document)
Keyoti Search for ASP.NET 2010
Removes the document specified from the database. See remarks.
Declaration Syntax
C#Visual BasicVisual C++
public void RemoveDocument(
	Document document
)
Public Sub RemoveDocument ( _
	document As Document _
)
public:
void RemoveDocument(
	Document^ document
)
Parameters
document (Document)
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