Click or drag to resize
ForumInfoProviderGetForumInfoByDocument Method
Returns the ForumInfo structure for the specified document.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static ForumInfo GetForumInfoByDocument(
	int documentId
)

Parameters

documentId
Type: SystemInt32
Document ID

Return Value

Type: ForumInfo
See Also