SharePointFullRestoreConfig
Represents the objects or items to be restored from a site collection. Either the SharePoint object or SharePoint items should be populated, but not both.
Fields
| Field | Type | Description |
|---|---|---|
| newObjectName | String | The name for the new object. |
| newObjectType | SnappableType | Type of object to create under the target. |
| shouldCreateNewObject | Boolean! | Create a new object under the target if true. |
| spItemsToRestore | SharePointItems | The items to restore, if browsing within a document library, list, or web part. |
| spObjectToRestore | SharePointObject | The object (list, document library, web part, or site) to restore. |
| targetObjectType | SnappableType | Type of the target. |
| targetObjectUuid | UUID | The Polaris ID of the target when restoring to a new location. |