SPAppUsageEntry constructor (Guid, Guid, Int32, String, Guid, Guid, String)
Initializes a new instance of the SPAppUsageEntry class.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
siteId As Guid, _
webId As Guid, _
eventId As Integer, _
value As String, _
appId As Guid, _
appInstanceId As Guid, _
installLocation As String _
)
'Usage
Dim siteId As Guid
Dim webId As Guid
Dim eventId As Integer
Dim value As String
Dim appId As Guid
Dim appInstanceId As Guid
Dim installLocation As String
Dim instance As New SPAppUsageEntry(siteId, _
webId, eventId, value, appId, appInstanceId, _
installLocation)
public SPAppUsageEntry(
Guid siteId,
Guid webId,
int eventId,
string value,
Guid appId,
Guid appInstanceId,
string installLocation
)
Parameters
siteId
Type: System.GuidThe SharePoint site identifier.
webId
Type: System.GuidThe current web identifier.
eventId
Type: System.Int32The app event identifier.
value
Type: System.StringThe event data.
appId
Type: System.GuidThe app product identifier.
appInstanceId
Type: System.GuidThe app instance identifier.
installLocation
Type: System.StringThe location where the app is installed.