Click or drag to resize
ForumInfoProviderGetForumInfoInternal Method (String, Int32)
Returns the ForumInfo structure for the specified forum.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
protected ForumInfo GetForumInfoInternal(
	string forumName,
	int siteId
)

Parameters

forumName
Type: SystemString
Forum name
siteId
Type: SystemInt32
Site ID

Return Value

Type: ForumInfo
See Also