You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: