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