SPAnalyticsUsageEntry.LogAnalyticsAppEvent method

Creates and logs an analytics event into the analytics pipeline.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Sub LogAnalyticsAppEvent ( _
    appEventTypeId As Guid, _
    itemId As String _
)
'Usage
Dim appEventTypeId As Guid
Dim itemId As StringSPAnalyticsUsageEntry.LogAnalyticsAppEvent(appEventTypeId, _
    itemId)
public static void LogAnalyticsAppEvent(
    Guid appEventTypeId,
    string itemId
)

Parameters

  • appEventTypeId
    Type: System.Guid

    The ID of the type of analytics event to create.

See also

Reference

SPAnalyticsUsageEntry class

SPAnalyticsUsageEntry members

Microsoft.SharePoint.Administration namespace