Web.GetAppBdcCatalogForAppInstance method

Returns the Business Data Connectivity (BDC) MetadataCatalog for an application that gives access to the external content types defined in the BDC metadata model packaged by the application. This method should be called on the Web object where the application is installed.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetAppBdcCatalogForAppInstance ( _
    appInstanceId As Guid _
) As AppBdcCatalog
'Usage
Dim instance As Web
Dim appInstanceId As Guid
Dim returnValue As AppBdcCatalog

returnValue = instance.GetAppBdcCatalogForAppInstance(appInstanceId)
public AppBdcCatalog GetAppBdcCatalogForAppInstance(
    Guid appInstanceId
)

Parameters

  • appInstanceId
    Type: System.Guid

    The identifier of the app instance.

Return value

Type: Microsoft.BusinessData.MetadataModel.AppBdcCatalog
The BDC MetadataCatalog deployed on the site for the application.

Remarks

It must not be an empty GUID.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace