Edit

Share via


SearchProviderStatusType Enum

Definition

Enumerates search provider statuses.

public enum class SearchProviderStatusType
public enum SearchProviderStatusType
type SearchProviderStatusType = 
Public Enum SearchProviderStatusType
Inheritance
SearchProviderStatusType

Fields

CredentialsNotEntered 1004

User has not provided credentials to the challenging search provider.

FileCorrupted 1003

Search provider synchronization failed due to corrupted file.

FileNotFound 1002

Search provider synchronization failed due to file not found.

InitializationFailed 1006

Failed to initialize search provider synchronization.

Invalid -1
LocalDatabaseFailure 1001

Search provider synchronization failed due to local database failure.

NotConfigured 1005

No search provider has been configured.

OtherFailure 1000

Search provider synchronization failed for an unknown reason.

SyncInProgress 1

Search provider synchronization is in progress.

SyncNotStarted 0

Search provider synchronization has not started.

SyncSucceeded 2

Search provider synchronization has completed successfully.

SyncSucceededForExternalOnly 4

Search provider service from external is available.

SyncSucceededForInternalOnly 3

Search provider service from internal is available.

Applies to