SPRestoreInformation.HasMoreRestore property
Gets a value that indicates whether the restore operation has more to restore after it has completed work on the current component it is restoring.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property HasMoreRestore As Boolean
Get
'Usage
Dim instance As SPRestoreInformation
Dim value As Boolean
value = instance.HasMoreRestore
public bool HasMoreRestore { get; }
Property value
Type: System.Boolean
true if there is more restoration to do; otherwise, false.