Enum PlugInArea
The different areas currently supported
Namespace: EPiServer.PlugIn
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public enum PlugInArea
  Fields
| Name | Description | 
|---|---|
| ActionWindow | Item in listing on action window in edit mode  | 
      
| AdminConfigMenu | A custom item on the administration configuration menu  | 
      
| AdminMenu | A custom item on the administration menu  | 
      
| DynamicContent | A custom GUI plugin for creating/editing dynamic content objects  | 
      
| EditPanel | A custom tab item on the edit panel tab strip  | 
      
| EditTree | A custom tab item on the edit tree tab strip  | 
      
| None | No plug in area defined  | 
      
| ReportMenu | A custom item on the report center menu  | 
      
| SidSettingsArea | A custom tab item on the sid settings tab strip  | 
      
| SystemSettings | A custom tab item on the system settings tab strip  | 
      
| WorkRoom | A custom item on the workroom tab strip  |