SearchIndexInfoProvider.SetIndexFilesLastUpdateTimeInternal Method |
Sets last update time of search index files that belongs to current application process.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxprotected virtual void SetIndexFilesLastUpdateTimeInternal(
SearchIndexInfo indexInfo,
DateTime updateTime
)
Parameters
- indexInfo
- Type: CMS.Search.SearchIndexInfo
Search index to update - updateTime
- Type: System.DateTime
Time when index was updated
See Also