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

How to search subdirectories in Folder.ListFor() #9

Open
enagaraj89 opened this issue Aug 1, 2024 · 0 comments
Open

How to search subdirectories in Folder.ListFor() #9

enagaraj89 opened this issue Aug 1, 2024 · 0 comments

Comments

@enagaraj89
Copy link

My requirement is to sear all parent and sub folders for .pgp files.
I have tried parameters like below
Dictionary<string, object> parametersSearchAll = new Dictionary<string, object>(){
{ "search_all", true},
{ "search", "/parent/*.pgp" }
};

But nothing seems to be working. The only way to search sub folders is recursively. Is there a way to look up all folders in a single call?

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

No branches or pull requests

1 participant