ForumPostInfoProviderGetForumPostInfoInternal Method (Int32) |
Returns the ForumPostInfo structure for the specified forumPost.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 10.0.0
Syntax protected virtual ForumPostInfo GetForumPostInfoInternal(
int forumPostId
)
Parameters
- forumPostId
- Type: SystemInt32
ForumPost id
Return Value
Type:
ForumPostInfoSee Also