|  | FolderDialogAttribute Constructor (String) | 
            Constructor
            
 
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
 Syntax
Syntaxpublic FolderDialogAttribute(
	string description
)
Public Sub New ( 
	description As String
)
public:
FolderDialogAttribute(
	String^ description
)
new : 
        description : string -> FolderDialogAttributeParameters
- description
- Type: SystemString
 The description for the folder dialog
 Remarks
RemarksThe New Folder button is hidden and browsing starts
            at the desktop.
 See Also
See Also