Share via


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.Guid

    The SharePoint site identifier.

  • appInstanceId
    Type: System.Guid

    The app instance identifier.

  • installLocation
    Type: System.String

    The location where the app is installed.

See also

Reference

SPAppUsageEntry class

SPAppUsageEntry members

SPAppUsageEntry overload

Microsoft.SharePoint.Administration namespace