Language

ContentItemReindexingStatus Enum

Definition

public enum class ContentItemReindexingStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract, 65536)]
/// [Windows.Foundation.Metadata.Experimental]
enum class ContentItemReindexingStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract), 65536)]
[Windows.Foundation.Metadata.Experimental]
public enum ContentItemReindexingStatus
var value = Microsoft.Windows.Search.AppContentIndex.ContentItemReindexingStatus.none
Public Enum ContentItemReindexingStatus
Inheritance
ContentItemReindexingStatus
Attributes

Fields

Name Value Description
None 0
Unspecified 1
SemanticModelChanged 2
ContentUnavailable 3
SchemaChanged 4
IndexCorruption 5

Applies to