IContentStoreIsStale Method
|
Returns whether a given index is stale.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool IsStale(
string indexName
)
Function IsStale (
indexName As String
) As Boolean
bool IsStale(
String^ indexName
)
abstract IsStale :
indexName : string -> bool Parameters
- indexName String
- Index name to be queried
Return Value
BooleanTrue if the index is stale or not found
See Also