Click or drag to resize

IContentStoreLastIndexTimestamp Method


Returns the last time a given index was indexed.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
DateTime LastIndexTimestamp(
	string indexName
)

Parameters

indexName
Type: SystemString
Index name to be queried

Return Value

Type: DateTime
Last time the given index was indexed
See Also