Click or drag to resize
CategoryInfoProviderMoveCategoryUpInternal Method
Moves specified category up within the parent category.

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

Parameters

categoryId
Type: SystemInt32
ID of the category
See Also