Some of my forums require group membership, while the others do not. I want to display a list of forum posts using the API, and only show those that the user has group permissions to see. If the forum doesn't require group permissions, you should be able to see those as well in addition to those based on your group membership.
I would like to just call ForumPostInfoProvider.GetForumPosts(), but I'm guessing that it's not that easy.
Do I have to call IsAuthorizedPerForum to find out about each forum in my list of posts? If so, what are the options for 'permissionName'? All I can find out is that it takes a string.
ForumInfoProvider.IsAuthorizedPerForum(1, ???, CMSContext.CurrentUser, CMSContext.CurrentSiteID);