Click or drag to resize
ForumPostInfoProviderGetForumPostInfoInternal Method (Int32)
Returns the ForumPostInfo structure for the specified forumPost.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
protected virtual ForumPostInfo GetForumPostInfoInternal(
	int forumPostId
)

Parameters

forumPostId
Type: SystemInt32
ForumPost id

Return Value

Type: ForumPostInfo
See Also