Updates the content/location categories stored for a document in the index
Declaration Syntax
C# | Visual Basic | Visual 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.