StorageLibraryChangeType StorageLibraryChangeType StorageLibraryChangeType StorageLibraryChangeType Enum

Definition

Describes the type of change that occurred to the storage library item.

public : enum class StorageLibraryChangeTypepublic enum StorageLibraryChangeTypePublic Enum StorageLibraryChangeType// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Fields

ChangeTrackingLost ChangeTrackingLost ChangeTrackingLost ChangeTrackingLost

The change tracking information associated with the item was lost. Call Reset to reestablish continuity with the storage library.

ContentsChanged ContentsChanged ContentsChanged ContentsChanged

The contents of the item changed.

ContentsReplaced ContentsReplaced ContentsReplaced ContentsReplaced

The contents have been replaced.

Created Created Created Created

The item was created.

Deleted Deleted Deleted Deleted

The item was deleted.

EncryptionChanged EncryptionChanged EncryptionChanged EncryptionChanged

The encryption applied to this item has changed.

IndexingStatusChanged IndexingStatusChanged IndexingStatusChanged IndexingStatusChanged

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.

MovedIntoLibrary MovedIntoLibrary MovedIntoLibrary MovedIntoLibrary

The item was moved into a library

MovedOrRenamed MovedOrRenamed MovedOrRenamed MovedOrRenamed

The item was moved or renamed.

MovedOutOfLibrary MovedOutOfLibrary MovedOutOfLibrary MovedOutOfLibrary

The item was moved out of a library.