SPRestoreEventArgs members
Provides data for handling an ObjectsRestored event.
The SPRestoreEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
RestoredObjects | Gets a read only collection of objects that represent restored content components. | |
RestoreType | Gets a value that indicates whether the restoration that raised the ObjectsRestored event was of a site collection or a content component larger than a site collection; that is, a farm, Web service, Web application, or content database. | |
Settings | Gets an object that represents the restore settings that were used by the restore operation that raised the ObjectsRestored event. | |
SiteCollectionUrl | Gets or sets the URL of the site collection that was restored by the operation that raises the ObjectsRestored event. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top