StorageLibraryChangeType Enum

Definition

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

ChangeTrackingLost 9

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

ContentsChanged 3

The contents of the item changed.

ContentsReplaced 6

The contents have been replaced.

Created 0

The item was created.

Deleted 1

The item was deleted.

EncryptionChanged 8

The encryption applied to this item has changed.

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.

MovedIntoLibrary 5

The item was moved into a library

MovedOrRenamed 2

The item was moved or renamed.

MovedOutOfLibrary 4

The item was moved out of a library.

Applies to

See also