3.2.5.181.2.2.4 GetDeveloperSiteAppInstancesByIds

This method is a static CSOM method.

Return Type: CSOM array of Microsoft.SharePoint.Client.AppInstance

Gets the details of the app instances on the specified site collection for the specified app instance identifiers.

Parameters:

site: The site collection for which the app instance details will be returned.

Type: Microsoft.SharePoint.Client.Site

It MUST NOT be NULL.

It MUST be a Developer Site.

appInstanceIds: An array of app instance identifiers for which app instance details have to be retrieved.

Type: CSOM array of CSOM GUID

It MUST NOT be NULL. It MUST have at most 100 elements.