Click or drag to resize
CategoryInfoProviderGetCategoryInfo Method (Int32)
Returns category with specified ID.

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

Parameters

categoryId
Type: SystemInt32
Category ID.

Return Value

Type: CategoryInfo
See Also