Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the analytics item data rolled up for multiple items.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetAnalyticsItemsData ( _
eventType As Integer, _
tenantId As Guid, _
siteId As Guid, _
itemIds As IList(Of String) _
) As IList(Of AnalyticsItemData)
'Usage
Dim instance As IAnalyticsServiceApplication
Dim eventType As Integer
Dim tenantId As Guid
Dim siteId As Guid
Dim itemIds As IList(Of String)
Dim returnValue As IList(Of AnalyticsItemData)
returnValue = instance.GetAnalyticsItemsData(eventType, _
tenantId, siteId, itemIds)
[OperationContractAttribute]
IList<AnalyticsItemData> GetAnalyticsItemsData(
int eventType,
Guid tenantId,
Guid siteId,
IList<string> itemIds
)
Parameters
eventType
Type: System.Int32The event type.
tenantId
Type: System.GuidThe tenant ID.
siteId
Type: System.GuidThe site ID.
itemIds
Type: System.Collections.Generic.IList<String>A list of item IDs.
Return value
Type: System.Collections.Generic.IList<AnalyticsItemData>
List of analytics item data.
See also
Reference
IAnalyticsServiceApplication interface