ItemMetadata.IsDeleted Property

When overridden in a derived class, gets or sets a value that indicates whether the item has been deleted from the item store.

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

public abstract bool IsDeleted { get; }

Property Value

Type: System.Boolean
true if the item has been deleted; otherwise, false.

An item that has the IsDeleted property set to true is also known as a tombstone.

This value indicates that the item has been deleted from the item store. The metadata for the item will continue to exist in the metadata store until tombstones are cleaned up.

Show: