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