DelveEmbedClickLog.WriteLog method (Guid, String, String, Boolean)
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub WriteLog ( _
pDelveEmbedId As Guid, _
pTargetUrl As String, _
pLinkType As String, _
pRedirected As Boolean _
)
'Usage
Dim pDelveEmbedId As Guid
Dim pTargetUrl As String
Dim pLinkType As String
Dim pRedirected As BooleanDelveEmbedClickLog.WriteLog(pDelveEmbedId, pTargetUrl, _
pLinkType, pRedirected)
public static void WriteLog(
Guid pDelveEmbedId,
string pTargetUrl,
string pLinkType,
bool pRedirected
)
Parameters
- pDelveEmbedId
Type: System.Guid
- pTargetUrl
Type: System.String
- pLinkType
Type: System.String
- pRedirected
Type: System.Boolean