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
tenantId
Type: System.Guidthe tenant id
filter
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsEventTypesa filter of which event type definitions to include
Return value
Type: System.Collections.Generic.IList<AnalyticsEventTypeDefinition>
the analytics event type definitions
Implements
IAnalyticsServiceApplication.GetAnalyticsEventTypeDefinitions(Guid, AnalyticsEventTypes)
See also
Reference
SearchServiceApplicationProxy class