IContentStoreIsStale Method Ingeniux CMS Content Store API

Returns whether a given index is stale.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference