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
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- web
Type: Microsoft.SharePoint.Client.Web
- lcid
Type: System.Int32
Return value
Type: System.Collections.Generic.IList<TenantAppInformation>