DataPA Enterprise Dashboard Controls 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

C#
public enum FileOperationType
Visual Basic
Public Enumeration FileOperationType
Visual C++
public enum class 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.

Remarks