IGX_Dashboard_Options Enumeration
|
List of potential widgets that can show up on Ingeniux CMS Dashboard
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public enum IGX_Dashboard_Options
Public Enumeration IGX_Dashboard_Options
public enum class IGX_Dashboard_Options
type IGX_Dashboard_Options
Members
| Member name | Value | Description |
---|
| IGX_Dashboard_PCRCreate | 0 |
Shows the "Create New" widget
|
| IGX_Dashboard_Assignments | 1 |
Shows the "Assignments" widget
|
| IGX_Dashboard_Assets | 2 |
Shows the "Assets" widget
|
| IGX_Dashboard_Favorites | 3 |
Shows the "Favorites" widget
|
| IGX_Dashboard_MonthlyProduction | 4 |
Shows the "Monthly Production" widget
|
| IGX_Dashboard_PublishMonitor | 5 |
Shows the "Publishing Monitor" widget
|
| IGX_Dashboard_SiteTraffic | 6 |
Shows the "Site Traffic" widget
|
| IGX_Dashboard_TrafficSources | 7 |
Shows the "Traffic Sources" widget
|
| IGX_Dashboard_InProgress | 8 |
Shows the "In Progress" widget
|
| IGX_Dashboard_WhoIsOnline | 9 |
Shows the "Who's Online" widget
|
| IGX_Dashboard_Activity | 10 |
Shows the "Activity Stream" widget
|
| IGX_Dashboard_CMSStats | 11 |
Shows the "CMS Statistics" widget
|
See Also