|  | FolderDialogAttribute Constructor (String, Boolean, EnvironmentSpecialFolder, EnvironmentSpecialFolder) | 
            Constructor
            
 
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
 Syntax
Syntaxpublic FolderDialogAttribute(
	string description,
	bool showNewFolderButton,
	EnvironmentSpecialFolder rootFolder,
	EnvironmentSpecialFolder defaultFolder
)
Public Sub New ( 
	description As String,
	showNewFolderButton As Boolean,
	rootFolder As EnvironmentSpecialFolder,
	defaultFolder As EnvironmentSpecialFolder
)
public:
FolderDialogAttribute(
	String^ description, 
	bool showNewFolderButton, 
	EnvironmentSpecialFolder rootFolder, 
	EnvironmentSpecialFolder defaultFolder
)
new : 
        description : string * 
        showNewFolderButton : bool * 
        rootFolder : EnvironmentSpecialFolder * 
        defaultFolder : EnvironmentSpecialFolder -> FolderDialogAttributeParameters
- 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
See Also