StorageLibraryChangeType 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.
Describes the type of change that occurred to the storage library item.
public enum class StorageLibraryChangeType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class StorageLibraryChangeType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum StorageLibraryChangeType
var value = Windows.Storage.StorageLibraryChangeType.created
Public Enum StorageLibraryChangeType
- Inheritance
-
StorageLibraryChangeType
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Fields
Name | Value | Description |
---|---|---|
Created | 0 | The item was created. |
Deleted | 1 | The item was deleted. |
MovedOrRenamed | 2 | The item was moved or renamed. |
ContentsChanged | 3 | The contents of the item changed. |
MovedOutOfLibrary | 4 | The item was moved out of a library. |
MovedIntoLibrary | 5 | The item was moved into a library |
ContentsReplaced | 6 | The contents have been replaced. |
IndexingStatusChanged | 7 | The item was changed from one where the content can be indexed to one where the content can't be indexed, or vice versa. Content indexing permits rapid searching of data by building a database of selected content. |
EncryptionChanged | 8 | The encryption applied to this item has changed. |
ChangeTrackingLost | 9 | The change tracking information associated with the item was lost. Call Reset to reestablish continuity with the storage library. |