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.6.492
Syntax
bool IsStale(
	string indexName
)

Parameters

indexName  String
Index name to be queried

Return Value

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