IAdministrationPanel
is defined in the Telligent.Evolution.Extensibility.Administration.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IAdministrationPanel : IPlugin { Guid AdministrationPanelCategoryId { get; } string CssClass { get; } int? DisplayOrder { get; } bool IsCacheable { get; } string PanelDescription { get; } Guid PanelId { get; } string PanelName { get; } bool VaryCacheByUser { get; } string GetViewHtml(); bool HasAccess(int userId); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AdministrationPanelCategoryId | Guid | |||
CssClass | string | |||
DisplayOrder | int? | |||
IsCacheable | bool | |||
PanelDescription | string | |||
PanelId | Guid | |||
PanelName | string | |||
VaryCacheByUser | bool |
Methods
string GetViewHtml();
Return Type
string
bool HasAccess(int userId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
userId | int | User Id | Required |
Return Type
bool