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

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 10.0.0
Syntax
C#
public static int GetCategoryCount(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
ID of the category.

Return Value

Type: Int32
See Also