Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 09:32, 24 March 2014 by CGHelpdesk (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=Dashboard |Description=Class to manipulate dashboards. |Constructors= {{CGscriptConstructors_Template|Parameters= {{CGscriptParameters_Template|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Dashboard



Class to manipulate dashboards.

Constructors

  • (number resourceId "Resource id of the dashboard to load") - Load existing dashboard
  • (string layout "The layout to use.", string title "The title of the dashboard.", string isocode "The isocode of the title.") - Make new dashboard

Methods

  • Empty Save(string name "Name of the resource. If empty it will not change the existing name. Required for new scripts.", number parentResourceId "Parent of the resource. If 0 it will not change the existing. Required for new scripts.") - Save the current dashboard.
  • Empty Save() - Save the current dashboard using the existing name and parent.
  • string ToString() - The string representation of the object.

Properties

  • string Layout { get; set; } - The layout.
  • string ObjectTypeName { get; } - The name of the type of object.
  • Dictionary Title { get; set; } - Get/Set the localized title of the dashboard.
  • TypeInformation TypeInformation { get; } - Get information about this class.
  • number UniqueId { get; } - The resource id of the workflow.