Click or drag to resize
ForumPostInfoProviderGetForumPostInfo Method
Returns the ForumPostInfo structure for the specified forumPost.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static ForumPostInfo GetForumPostInfo(
	int forumPostId
)

Parameters

forumPostId
Type: SystemInt32
ForumPost id

Return Value

Type: ForumPostInfo
See Also