SPWeb.LoadApp method
Uploads an App package and creates an instance from it.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function LoadApp ( _
appPackageStream As Stream, _
installationLocaleLCID As Integer _
) As SPAppInstance
'Usage
Dim instance As SPWeb
Dim appPackageStream As Stream
Dim installationLocaleLCID As Integer
Dim returnValue As SPAppInstance
returnValue = instance.LoadApp(appPackageStream, _
installationLocaleLCID)
public SPAppInstance LoadApp(
Stream appPackageStream,
int installationLocaleLCID
)
Parameters
appPackageStream
Type: System.IO.StreamThe stream of the App package.
installationLocaleLCID
Type: System.Int32The LCID of the locale used to create the app instance.
Return value
Type: Microsoft.SharePoint.Administration.SPAppInstance
The created AppInstance.