SocialCommentManager.AddComment method (Uri, String, Boolean)

Adds the specified comment to the specified URL and assigns the comment the specified priority.

Namespace:  Microsoft.Office.Server.SocialData
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function AddComment ( _
    url As Uri, _
    comment As String, _
    isHighPriority As Boolean _
) As SocialComment
'Usage
Dim instance As SocialCommentManager
Dim url As Uri
Dim comment As String
Dim isHighPriority As Boolean
Dim returnValue As SocialComment

returnValue = instance.AddComment(url, _
    comment, isHighPriority)
public SocialComment AddComment(
    Uri url,
    string comment,
    bool isHighPriority
)

Parameters

  • isHighPriority
    Type: System.Boolean

    This object, member, or enumeration is deprecated and is not intended to be used in your code.

Return value

Type: Microsoft.Office.Server.SocialData.SocialComment

Remarks

The comment gets a a null reference (Nothing in Visual Basic) value for the title.

See also

Reference

SocialCommentManager class

SocialCommentManager members

AddComment overload

Microsoft.Office.Server.SocialData namespace