Click or drag to resize
CategoryInfoProviderGetCategoryInfoInternal Method (String, String)
Returns category with specified name.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
protected virtual CategoryInfo GetCategoryInfoInternal(
	string categoryName,
	string siteName
)

Parameters

categoryName
Type: SystemString
Category name.
siteName
Type: SystemString
Site name.

Return Value

Type: CategoryInfo
See Also