AnalyticsUsageEntry.LogAnalyticsAppEvent2 - Méthode
Espace de noms : Microsoft.SharePoint.Client.Analytics
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Shared Sub LogAnalyticsAppEvent2 ( _
context As ClientRuntimeContext, _
appEventTypeId As Guid, _
itemId As String, _
rollupScopeId As Guid, _
siteId As Guid, _
userId As String _
)
'Utilisation
Dim context As ClientRuntimeContext
Dim appEventTypeId As Guid
Dim itemId As String
Dim rollupScopeId As Guid
Dim siteId As Guid
Dim userId As String
AnalyticsUsageEntry.LogAnalyticsAppEvent2(context, _
appEventTypeId, itemId, rollupScopeId, _
siteId, userId)
public static void LogAnalyticsAppEvent2(
ClientRuntimeContext context,
Guid appEventTypeId,
string itemId,
Guid rollupScopeId,
Guid siteId,
string userId
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
- appEventTypeId
Type : System.Guid
- itemId
Type : System.String
- rollupScopeId
Type : System.Guid
- siteId
Type : System.Guid
- userId
Type : System.String