Click or drag to resize
Sandcastle Help File BuilderFileDialogAttribute Constructor (String, String, FileDialogType)
Constructor

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public FileDialogAttribute(
	string title,
	string filter,
	FileDialogType dialogType
)

Parameters

title
Type: SystemString
The title for the file dialog
filter
Type: SystemString
The filter to use for the file dialog
dialogType
Type: SandcastleBuilder.Utils.DesignFileDialogType
The type of file dialog to display
See Also