IBadgeableThemePanel is defined in the Telligent.Evolution.Extensibility.Administration.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IBadgeableThemePanel : IPlugin, IThemePanel { string CssClass { get; } int? DisplayOrder { get; } bool IsCacheable { get; } Guid PanelId { get; } bool VaryBadgeCacheByUser { get; } bool VaryCacheByUser { get; } int GetBadgeCount(Guid themeType, Guid themeApplicationId); void SetController(IBadgeableThemePanelController controller); }
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| CssClass | string | |||
| DisplayOrder | int? | |||
| IsCacheable | bool | |||
| PanelId | Guid | |||
| VaryBadgeCacheByUser | bool | |||
| VaryCacheByUser | bool |
Methods
int GetBadgeCount(Guid themeType, Guid themeApplicationId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| themeType | Guid | Theme Type | Required | ||
| themeApplicationId | Guid | Theme Application Id | Required |
Return Type
int
void SetController(IBadgeableThemePanelController controller);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| controller | IBadgeableThemePanelController | Controller | Required |