Share via


SPAnalyticsUsageEntry constructor (Guid, String, SPSite)

Initializes a new instance of the SPAnalyticsUsageEntry class based on the ID of the app event type and the item ID for the referenced site.

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

Syntax

'Declaration
Public Sub New ( _
    appEventTypeId As Guid, _
    itemId As String, _
    site As SPSite _
)
'Usage
Dim appEventTypeId As Guid
Dim itemId As String
Dim site As SPSite

Dim instance As New SPAnalyticsUsageEntry(appEventTypeId, _
    itemId, site)
public SPAnalyticsUsageEntry(
    Guid appEventTypeId,
    string itemId,
    SPSite site
)

Parameters

  • appEventTypeId
    Type: System.Guid

    The ID of the type of analytics event.

See also

Reference

SPAnalyticsUsageEntry class

SPAnalyticsUsageEntry members

SPAnalyticsUsageEntry overload

Microsoft.SharePoint.Administration namespace