CategoryInfoProviderGetLastCategoryOrderInternal Method |
Returns maximum order value for given category siblings.
Namespace: CMS.TaxonomyAssembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 12.0.0
Syntax protected virtual int GetLastCategoryOrderInternal(
CategoryInfo category
)
Parameters
- category
- Type: CMS.TaxonomyCategoryInfo
Category to get max order for.
Return Value
Type:
Int32See Also