SPContentDatabase.OnPostRestore method
Provides post restoration processing following a restoration from backup or from a snapshot, depending on the overload.
Overload list
Name | Description | |
---|---|---|
OnPostRestore(SPDatabaseSnapshotRestoreEvent) | Provides post restoration processing after the content database is restored from one of its snapshots. | |
OnPostRestore(Object, SPRestoreInformation) | Raises the PostRestore event. (Overrides SPDatabase.OnPostRestore(Object, SPRestoreInformation).) |
Top