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

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

Parameters

description
Type: SystemString
The description for the folder dialog
showNewFolderButton
Type: SystemBoolean
True to show the New Folder button or false to hide it.
rootFolder
Type: SystemEnvironmentSpecialFolder
The root folder used to limit browsing.
defaultFolder
Type: SystemEnvironmentSpecialFolder
The default folder from which to start browsing.
See Also