Share via


TenantAppUtility.GetTenantAppInformationCollection method

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

Syntax

'Declaration
Public Shared Function GetTenantAppInformationCollection ( _
    context As ClientRuntimeContext, _
    web As Web, _
    lcid As Integer _
) As IList(Of TenantAppInformation)
'Usage
Dim context As ClientRuntimeContext
Dim web As Web
Dim lcid As Integer
Dim returnValue As IList(Of TenantAppInformation)

returnValue = TenantAppUtility.GetTenantAppInformationCollection(context, _
    web, lcid)
public static IList<TenantAppInformation> GetTenantAppInformationCollection(
    ClientRuntimeContext context,
    Web web,
    int lcid
)

Parameters

Return value

Type: System.Collections.Generic.IList<TenantAppInformation>

See also

Reference

TenantAppUtility class

TenantAppUtility members

Microsoft.SharePoint.Client namespace