Click or drag to resize
Sandcastle Help File BuilderFolderDialogAttribute Constructor (String, EnvironmentSpecialFolder)
Constructor

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public FolderDialogAttribute(
	string description,
	EnvironmentSpecialFolder defaultFolder
)

Parameters

description
Type: SystemString
The description for the folder dialog
defaultFolder
Type: SystemEnvironmentSpecialFolder
The default folder from which to start browsing.
Remarks
The New Folder button is hidden and browsing starts at the desktop.
See Also