Click or drag to resize
ModuleCommandsForumsGetForumInfo Method
Returns ForumInfo(BaseInfo) of specified id.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static BaseInfo ForumsGetForumInfo(
	int forumId
)

Parameters

forumId
Type: SystemInt32
ID of the forum

Return Value

Type: BaseInfo
See Also