Click or drag to resize
CategoryInfoProviderMoveCategoryDownInternal Method
Moves specified category down within the parent category.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
protected virtual void MoveCategoryDownInternal(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
ID of the category.
See Also