Click or drag to resize
ForumInfoProviderGetRoleNamesForForum Method

Note: This API is now obsolete.

Returns RoleNames in format rolename1;rolename2;rolename3....

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public static string GetRoleNamesForForum(
	int forumId
)

Parameters

forumId
Type: SystemInt32
Forum ID

Return Value

Type: String
See Also