IContentStoreLastIndexTimestamp Method Ingeniux CMS Content Store API

Returns the last time a given index was indexed.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference