Click or drag to resize
ForumInfoProviderGetForumInfoByDocumentInternal 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#
protected ForumInfo GetForumInfoByDocumentInternal(
	int documentId
)

Parameters

documentId
Type: SystemInt32
Document ID

Return Value

Type: ForumInfo
See Also