AppInstance.Restore - Méthode
Creates a job that restores the app instance from the recycle bin to the installed state.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function Restore As ClientResult(Of Guid)
'Utilisation
Dim instance As AppInstance
Dim returnValue As ClientResult(Of Guid)
returnValue = instance.Restore()
public ClientResult<Guid> Restore()
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<Guid>
The job identifier of the restore job.