Click or drag to resize

IContentStoreIsStale Method


Returns whether a given index is stale.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool IsStale(
	string indexName
)

Parameters

indexName
Type: SystemString
Index name to be queried

Return Value

Type: Boolean
True if the index is stale or not found
See Also