Click or drag to resize
CategoryInfoProviderGetCategoryCountInternal Method
Gets count of the documents related to the specified category.

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

Parameters

categoryId
Type: SystemInt32
ID of the category.

Return Value

Type: Int32
See Also