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.6.492
Syntax
DateTime LastIndexTimestamp(
	string indexName
)

Parameters

indexName  String
Index name to be queried

Return Value

DateTime
Last time the given index was indexed
See Also