Skip to content

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

Description

@enagaraj89

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions