Hi All,
I've created a custom application and added some pages with widgets, I'm trying to use telligent default widget comment list, but it's not working with my pages, Can anyone help me out in this?
Hi All,
I've created a custom application and added some pages with widgets, I'm trying to use telligent default widget comment list, but it's not working with my pages, Can anyone help me out in this?
Have you implemented ISecuredCommentViewContentType for your ApplicationType? If so, what are you returning for GetSecurableId?
Thanks a ton , Finally I got it .It's working now. I suppose return content.Application.ApplicationId for GetSecurableId.