Click or drag to resize

IndexHelperIsInstanceAvailable Method (String, String, String)

Shows if instance available

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static bool IsInstanceAvailable(
	string repository,
	string index,
	string instance
)

Parameters

repository
Type: SystemString
Repository name
index
Type: SystemString
Index name
instance
Type: SystemString
Instance name

Return Value

Type: Boolean
True if instance is available
See Also