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