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