Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add File Type Filter to FolderPicker #54

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Conversation

emiliosanchis
Copy link
Contributor

A line of code has been added that adds a file type filter to the FolderPicker object. The added line is picker.FileTypeFilter.Add("*");, which allows the folder picker to accept all file types. Closes #53

A line of code has been added that adds a file type filter to the `FolderPicker` object. The added line is `picker.FileTypeFilter.Add("*");`, which allows the folder picker to accept all file types.
@nmetulev nmetulev enabled auto-merge December 13, 2024 14:34
@nmetulev nmetulev merged commit 3d80e46 into microsoft:main Dec 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] The export button fails
2 participants