Click or drag to resize
CategoryInfoProviderGetLastCategoryOrder Method
Returns maximum order value for given category siblings.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
public static int GetLastCategoryOrder(
	CategoryInfo category
)

Parameters

category
Type: CMS.TaxonomyCategoryInfo
Category to get max order for.

Return Value

Type: Int32
See Also