Tag not monitored by Microsoft.
Getting items from GIT using GitHttpClient based on folder name
Anonymous
Hello,
I'm trying to get all the items within different folders that matches the following naming convention "/{something}/PPE/".
Is this something that can be done using GitHttpClient?
I was hoping to execute something like below but I'm not sure passing in something below for the scopePath works.
this.GitHttpClient
.GetItemsAsync(
repositoryId: this.RepositoryId,
scopePath: "/*/PPE/",
recursionLevel: recursionLevel,
latestProcessedChange: true)
Community Center | Not monitored
Community Center | Not monitored
Sign in to answer