Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the app instances on the specified developer site with the specified app instance identifiers.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetDeveloperSiteAppInstancesByIds ( _
site As SPSite, _
appInstanceIds As Guid() _
) As IList(Of SPAppInstance)
'Usage
Dim site As SPSite
Dim appInstanceIds As Guid()
Dim returnValue As IList(Of SPAppInstance)
returnValue = SPAppCatalog.GetDeveloperSiteAppInstancesByIds(site, _
appInstanceIds)
public static IList<SPAppInstance> GetDeveloperSiteAppInstancesByIds(
SPSite site,
Guid[] appInstanceIds
)
Parameters
site
Type: Microsoft.SharePoint.SPSiteThe target SharePoint site.
appInstanceIds
Type: []An array of app instance identifiers that identify the app instances to be retrieved.
Return value
Type: System.Collections.Generic.IList<SPAppInstance>
A collection of SharePoint app instances.