From b01e8f5602e0d4e1452e0533f56ceb24888946f7 Mon Sep 17 00:00:00 2001 From: Loni Tra Date: Fri, 5 Apr 2024 17:55:17 -0700 Subject: [PATCH 1/3] Update FolderBrowserDialog.xml --- .../FolderBrowserDialog.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/xml/System.Windows.Forms/FolderBrowserDialog.xml b/xml/System.Windows.Forms/FolderBrowserDialog.xml index 110d7f6f308..43dc3f1d07d 100644 --- a/xml/System.Windows.Forms/FolderBrowserDialog.xml +++ b/xml/System.Windows.Forms/FolderBrowserDialog.xml @@ -398,9 +398,17 @@ This class provides a way to prompt the user to browse, create, and eventually s System.Boolean - To be added. - To be added. - To be added. + Gets or sets a value indicating whether the dialog box allows multiple folders to be selected. + + if the dialog box allows multiple folders to be selected together or concurrently; otherwise, . The default value is . + + + property to access the full list of selected folders. + ]]> + + @@ -692,8 +700,8 @@ This class provides a way to prompt the user to browse, create, and eventually s System.String[] - To be added. - To be added. + Retrieves the paths of all selected folders in the dialog box. + An array of folder paths for all the selected folders in the dialog box. If no folders are selected, an empty array is returned. To be added. From 8f2e14947989c1c2997f50ce076f1922542b5d25 Mon Sep 17 00:00:00 2001 From: Loni Tra Date: Tue, 16 Apr 2024 14:55:06 -0700 Subject: [PATCH 2/3] Update xml/System.Windows.Forms/FolderBrowserDialog.xml Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- xml/System.Windows.Forms/FolderBrowserDialog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows.Forms/FolderBrowserDialog.xml b/xml/System.Windows.Forms/FolderBrowserDialog.xml index 43dc3f1d07d..1d4f20b5fbe 100644 --- a/xml/System.Windows.Forms/FolderBrowserDialog.xml +++ b/xml/System.Windows.Forms/FolderBrowserDialog.xml @@ -700,7 +700,7 @@ This class provides a way to prompt the user to browse, create, and eventually s System.String[] - Retrieves the paths of all selected folders in the dialog box. + Gets the paths of all selected folders in the dialog box. An array of folder paths for all the selected folders in the dialog box. If no folders are selected, an empty array is returned. To be added. From f7d29f71959508b05d1f7ce4b8928718cf3c72ae Mon Sep 17 00:00:00 2001 From: Loni Tra Date: Tue, 16 Apr 2024 14:55:17 -0700 Subject: [PATCH 3/3] Update xml/System.Windows.Forms/FolderBrowserDialog.xml Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- xml/System.Windows.Forms/FolderBrowserDialog.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/xml/System.Windows.Forms/FolderBrowserDialog.xml b/xml/System.Windows.Forms/FolderBrowserDialog.xml index 1d4f20b5fbe..33e1625d5ae 100644 --- a/xml/System.Windows.Forms/FolderBrowserDialog.xml +++ b/xml/System.Windows.Forms/FolderBrowserDialog.xml @@ -404,7 +404,6 @@ This class provides a way to prompt the user to browse, create, and eventually s property to access the full list of selected folders. ]]>