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.GuidThe ID of the type of analytics event.
itemId
Type: System.StringThe hierarchical ID of the item.
site
Type: Microsoft.SharePoint.SPSiteThe site associated with the item.