Click or drag to resize
ForumInfoProviderGetForumSiteName Method
Returns sitename with dependence on selected forum id.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static string GetForumSiteName(
	int forumId
)

Parameters

forumId
Type: SystemInt32
Forum Id

Return Value

Type: String
See Also