SearchServiceApplicationProxy.GetAnalyticsEventTypeDefinitions method

Gets analytics event type definitions available for use by a tenant filtered as indicated, e.g. include OOB events as well as events registered for use by the tenant.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetAnalyticsEventTypeDefinitions ( _
    tenantId As Guid, _
    filter As AnalyticsEventTypes _
) As IList(Of AnalyticsEventTypeDefinition)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim tenantId As Guid
Dim filter As AnalyticsEventTypes
Dim returnValue As IList(Of AnalyticsEventTypeDefinition)

returnValue = instance.GetAnalyticsEventTypeDefinitions(tenantId, _
    filter)
public IList<AnalyticsEventTypeDefinition> GetAnalyticsEventTypeDefinitions(
    Guid tenantId,
    AnalyticsEventTypes filter
)

Parameters

Return value

Type: System.Collections.Generic.IList<AnalyticsEventTypeDefinition>
the analytics event type definitions

Implements

IAnalyticsServiceApplication.GetAnalyticsEventTypeDefinitions(Guid, AnalyticsEventTypes)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace