Reputation: 6577
How we can implement reply to reply features in Sharepoint discussion Board. I have one a application, in that i have to implement this functionality as well. i got some solutions for replying to the root of the topic. But i need that, we have to reply for a specific post. Please help me by proving your valuable suggestion.
Upvotes: 0
Views: 1715
Reputation: 296
You need to use this method SPUtility.CreateNewDiscussionReply with specific post item.
Upvotes: 1