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 a given item.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetAnalyticsItemData ( _
eventType As Integer, _
tenantId As Guid, _
siteId As Guid, _
itemId As String _
) As AnalyticsItemData
'Usage
Dim instance As IAnalyticsServiceApplication
Dim eventType As Integer
Dim tenantId As Guid
Dim siteId As Guid
Dim itemId As String
Dim returnValue As AnalyticsItemData
returnValue = instance.GetAnalyticsItemData(eventType, _
tenantId, siteId, itemId)
[OperationContractAttribute]
AnalyticsItemData GetAnalyticsItemData(
int eventType,
Guid tenantId,
Guid siteId,
string itemId
)
Parameters
eventType
Type: System.Int32The event type.
tenantId
Type: System.GuidThe tenant ID.
siteId
Type: System.GuidThe site ID.
itemId
Type: System.StringThe item ID.
Return value
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsItemData
The analytics item data.
See also
Reference
IAnalyticsServiceApplication interface