Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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)
Syntax
'Declaration
Public MustOverride Sub ResurrectDeletedItem
'Usage
Dim instance As ItemMetadata
instance.ResurrectDeletedItem()
public abstract void ResurrectDeletedItem()
public:
virtual void ResurrectDeletedItem() abstract
abstract ResurrectDeletedItem : unit -> unit
public abstract function ResurrectDeletedItem()
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The item is not marked as deleted. |
Remarks
When an item is restored, its status is set to active in the metadata store.