Click or drag to resize

IndexHelperGetIndexStatusInformation Method

Gets index status

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static IndexStatusInformation GetIndexStatusInformation(
	string repositoryName,
	string indexName
)

Parameters

repositoryName
Type: SystemString
Repository name
indexName
Type: SystemString
Index name

Return Value

Type: IndexStatusInformation
See Also