Share via


SPSocialNewPost.WriteLog method (String, String, String, String, Int32, Int32, Int32, Int32, Int32, String, String)

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Sub WriteLog ( _
    pMBEntityType As String, _
    pSiteId As String, _
    pWebId As String, _
    pPostType As String, _
    pLength As Integer, _
    pMentions As Integer, _
    pTags As Integer, _
    pLinks As Integer, _
    pAttachments As Integer, _
    pRootPostId As String, _
    pYammerSwitchOn As String _
)
'Usage
Dim pMBEntityType As String
Dim pSiteId As String
Dim pWebId As String
Dim pPostType As String
Dim pLength As Integer
Dim pMentions As Integer
Dim pTags As Integer
Dim pLinks As Integer
Dim pAttachments As Integer
Dim pRootPostId As String
Dim pYammerSwitchOn As StringSPSocialNewPost.WriteLog(pMBEntityType, pSiteId, _
    pWebId, pPostType, pLength, pMentions, _
    pTags, pLinks, pAttachments, pRootPostId, _
    pYammerSwitchOn)
public static void WriteLog(
    string pMBEntityType,
    string pSiteId,
    string pWebId,
    string pPostType,
    int pLength,
    int pMentions,
    int pTags,
    int pLinks,
    int pAttachments,
    string pRootPostId,
    string pYammerSwitchOn
)

Parameters

See also

Reference

SPSocialNewPost class

SPSocialNewPost members

WriteLog overload

Microsoft.SharePoint.Administration namespace