Click or drag to resize
ForumInfoProviderMoveForumUpInternal Method
Moves forum up in the order sequence (up = smaller ForumOrder = sooner in the navigation).

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
protected void MoveForumUpInternal(
	int forumId
)

Parameters

forumId
Type: SystemInt32
Forum ID to move
See Also