IndexedState
IndexedState
IndexedState
IndexedState
Enum
Definition
Indicates whether a StorageFolder is included in the system index.
public : enum class IndexedStatepublic enum IndexedStatePublic Enum IndexedState// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| FullyIndexed FullyIndexed FullyIndexed FullyIndexed | The folder contains indexed content. NoteThe folder might contain subfolders that are not indexed. |
| NotIndexed NotIndexed NotIndexed NotIndexed | The folder is not indexed. |
| PartiallyIndexed PartiallyIndexed PartiallyIndexed PartiallyIndexed | Some folders in the library are indexed, but not all of them. This value is relevant only for libraries. |
| Unknown Unknown Unknown Unknown | The indexed state is not known. |