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); }