Click or drag to resize
ForumInfoProvider.GetForumsCountInternal Method
Returns the number of message boards related to the specified document.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 10.0.0
Syntax
C#
protected int GetForumsCountInternal(
	int documentId
)

Parameters

documentId
Type: System.Int32
Document ID to return number of boards for

Return Value

Type: Int32
See Also