| 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
)
Public Shared Function IsInstanceAvailable (
instance As IIndexProvider
) As Boolean
Parameters
- instance
- Type: Dynamicweb.IndexingIIndexProvider
IndexProvider Instance
Return Value
Type:
BooleanTrue if instance is available
See Also