Click or drag to resize
ForumInfoProviderMoveForumDownInternal Method
Moves forum down in the order sequence (down = larger ForumpOrder = later in the navigation).

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

Parameters

forumId
Type: SystemInt32
Forum ID to move
See Also