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.3.169
Syntax DateTime LastIndexTimestamp(
string indexName
)
Function LastIndexTimestamp (
indexName As String
) As DateTime
DateTime LastIndexTimestamp(
String^ indexName
)
abstract LastIndexTimestamp :
indexName : string -> DateTime
Parameters
- indexName
- Type: SystemString
Index name to be queried
Return Value
Type:
DateTimeLast time the given index was indexed
See Also