Click or drag to resize
FileDialogEventArgsFileOperationType Enumeration DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
The type of file dialog operation a FileDialogEventArgs object is associated with.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public enum FileOperationType
Members
  Member nameValueDescription
SaveDashboard0 The DashboardDesigner class is about to show the Save File dialog to save a dashboard.
ExportDataGridContents1 The DashboardDesigner class is about to show the Save File dialog to export the contents of a data grid.
ShareQuery2 The DashboardDesigner class is about to show the Save File dialog to share a query.
ExportChart1 The DashboardDesigner class is about to show the Save File dialog to export the contents of a data grid.
Remarks