API Questions on Kentico API.
Version 6.x > API > Fecth Blog Moderator View modes: 
User avatar
Certified Developer v7
Certified  Developer v7
sachin-asentechllc - 1/16/2013 5:58:08 AM
   
Fecth Blog Moderator
Hi,

how to fetch a blog moderator email ids w.r.t a blogId, blogPostId or blogPostCommentID?
Please tell me if there is any API for it.

Thanks in advance,

User avatar
Member
Member
kentico_alleng - 1/18/2013 6:44:42 PM
   
RE:Fecth Blog Moderator
Hello,

What you can do is use the BlogInfoProvider class to get a reference to the BlogInfo object corresponding to your blog.

You can then use the GetValue method to retrieve a list of moderators by username, separated by semi-colons.

With that information, you can then use UserInfoProvider to retrieve the user's information.

You can find more information in the Kentico API reference which you can download from our Documentation page.


Regards,

Allen