Click or drag to resize
SearchIndexInfoIndexLastUpdate Property

Note: This API is now obsolete.

Last modification of index.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use IndexFilesLastUpdate property to get value and SearchIndexInfoProvider.SetIndexFilesLastUpdateTime method to set.")]
public DateTime IndexLastUpdate { get; set; }

Property Value

Type: DateTime
See Also