Tuesday, May 19, 2015

Increase the Social Comment Webpart (NoteBoard) item count

Introduction

As all we know, We have Noteboard webpart in SharePoint which is used to comment about particular page. Refer this blog for get intro about it. 

The items count of this webpart is set as 3 by default. We can able to change it as we wish.



        <prfx:SocialCommentWebPart runat="server" ChromeType="TitleOnly" Title="Comments" WebPartPropertyDisplayItems="10" />

Set WebPartPropertyDisplayItems with the count which you want.  That's all Noteboard webpart will display number of items which you gave.

No comments:

Post a Comment