AppInstance.Restore 方法
Creates a job that restores the app instance from the recycle bin to the installed state.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Function Restore As ClientResult(Of Guid)
用法
Dim instance As AppInstance
Dim returnValue As ClientResult(Of Guid)
returnValue = instance.Restore()
public ClientResult<Guid> Restore()
返回值
类型:Microsoft.SharePoint.Client.ClientResult<Guid>
The job identifier of the restore job.