Click or drag to resize

IndexHelperIsInstanceAvailable Method (IIndexProvider)

Shows if instance available

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static bool IsInstanceAvailable(
	IIndexProvider instance
)

Parameters

instance
Type: Dynamicweb.IndexingIIndexProvider
IndexProvider Instance

Return Value

Type: Boolean
True if instance is available
See Also