| 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
)
Public Shared Function GetIndexStatusInformation (
repositoryName As String,
indexName As String
) As IndexStatusInformation
Parameters
- repositoryName
- Type: SystemString
Repository name - indexName
- Type: SystemString
Index name
Return Value
Type:
IndexStatusInformationSee Also