AppInstance.Upgrade method
Uploads a version of an app, and then upgrades the app instance to that version.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub Upgrade ( _
appPackageStream As Stream _
)
'Usage
Dim instance As AppInstance
Dim appPackageStream As Stream
instance.Upgrade(appPackageStream)
public void Upgrade(
Stream appPackageStream
)
Parameters
appPackageStream
Type: System.IO.StreamThe stream of the app package.