ContentItemStatus 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.
public enum class ContentItemStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract, 65536)]
/// [Windows.Foundation.Metadata.Experimental]
enum class ContentItemStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract), 65536)]
[Windows.Foundation.Metadata.Experimental]
public enum ContentItemStatus
var value = Microsoft.Windows.Search.AppContentIndex.ContentItemStatus.notStarted
Public Enum ContentItemStatus
- Inheritance
-
ContentItemStatus
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| NotStarted | 0 | |
| InProgress | 1 | |
| Completed | 2 | |
| CompletedWithSomeErrors | 3 | |
| Error | 4 |