IContentStoreLastIndexTimestamp Method
|
Returns the last time a given index was indexed.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxDateTime LastIndexTimestamp(
string indexName
)
Function LastIndexTimestamp (
indexName As String
) As DateTime
DateTime LastIndexTimestamp(
String^ indexName
)
abstract LastIndexTimestamp :
indexName : string -> DateTime Parameters
- indexName String
- Index name to be queried
Return Value
DateTimeLast time the given index was indexed
See Also