Keyoti Search for ASP.NET API Docs
UpdateDocument Method (docRecord)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexUpdateDocument(DocumentRecord)
Keyoti Search for ASP.NET 2010
Updates the content/location categories stored for a document in the index
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Use UpdateDocumentCategories instead - note that only the content/location categories assigned to the document are updated in the index, to update other data, delete the document and reindex.", 
	true)]
public void UpdateDocument(
	DocumentRecord docRecord
)
<ObsoleteAttribute("Use UpdateDocumentCategories instead - note that only the content/location categories assigned to the document are updated in the index, to update other data, delete the document and reindex.",  _
	True)> _
Public Sub UpdateDocument ( _
	docRecord As DocumentRecord _
)
[ObsoleteAttribute(L"Use UpdateDocumentCategories instead - note that only the content/location categories assigned to the document are updated in the index, to update other data, delete the document and reindex.", 
	true)]
public:
void UpdateDocument(
	DocumentRecord^ docRecord
)
Parameters
docRecord (DocumentRecord)
The new DocumentRecord.

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