The type of file dialog to display

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.0.0

Syntax

C#
public enum FileDialogType
Visual Basic
Public Enumeration FileDialogType

Members

Member nameValueDescription
FileOpen0Display a File Open dialog box
FileSave1Display a File Save dialog box

See Also