Updates the content/location categories stored for a document in the index
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[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 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("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 )
public: [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)] void UpdateDocument( DocumentRecord^ docRecord )
public: [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)] 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)>] member UpdateDocument : docRecord : DocumentRecord -> unit
[<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)>] member UpdateDocument : docRecord : DocumentRecord -> unit
Parameters
- docRecord (DocumentRecord)
- The new DocumentRecord.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120