ItemMetadata::ResurrectDeletedItem Method

When overridden in a derived class, restores an item that was previously marked as deleted in the metadata store.

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

public:
virtual void ResurrectDeletedItem() abstract

ExceptionCondition
InvalidOperationException

The item is not marked as deleted.

When an item is restored, its status is set to active in the metadata store.

Show: