SearchProviderStatusType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates search provider statuses.
public enum class SearchProviderStatusType
public enum SearchProviderStatusType
type SearchProviderStatusType =
Public Enum SearchProviderStatusType
- Inheritance
-
SearchProviderStatusType
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
SyncNotStarted | 0 | Search provider synchronization has not started. |
SyncInProgress | 1 | Search provider synchronization is in progress. |
SyncSucceeded | 2 | Search provider synchronization has completed successfully. |
SyncSucceededForInternalOnly | 3 | Search provider service from internal is available. |
SyncSucceededForExternalOnly | 4 | Search provider service from external is available. |
OtherFailure | 1000 | Search provider synchronization failed for an unknown reason. |
LocalDatabaseFailure | 1001 | Search provider synchronization failed due to local database failure. |
FileNotFound | 1002 | Search provider synchronization failed due to file not found. |
FileCorrupted | 1003 | Search provider synchronization failed due to corrupted file. |
CredentialsNotEntered | 1004 | User has not provided credentials to the challenging search provider. |
NotConfigured | 1005 | No search provider has been configured. |
InitializationFailed | 1006 | Failed to initialize search provider synchronization. |