Gets banner category info with the specified name. First, banner categories assigned to the
site specified by siteId are searched and then global banner categories.
If there is no banner category with this name on specified site or global, null is returned.
Namespace: CMS.BannerManagementAssembly: CMS.BannerManagement (in CMS.BannerManagement.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- bannerCategoryCodeName
- Type: System String
Code name.
- siteId
- Type: System Int32
Site to be searched.
Return Value
Type: BannerCategoryInfoSee Also