Click or drag to resize
ForumGroupInfoProviderMoveGroupUp Method
Moves group up in the order sequence (up = smaller GroupOrder = sooner in the navigation).

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static void MoveGroupUp(
	int forumGroupId
)

Parameters

forumGroupId
Type: SystemInt32
Group ID to move
See Also