CategoryInfoProviderGetCategoryInfoInternal Method |
Returns category with specified name.
Namespace: CMS.TaxonomyAssembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 12.0.0
Syntax protected virtual CategoryInfo GetCategoryInfoInternal(
string categoryName,
string siteName
)
Parameters
- categoryName
- Type: SystemString
Category name. - siteName
- Type: SystemString
Site name.
Return Value
Type:
CategoryInfoSee Also