Hi all,
We have a problem where we need to restrict a property search to a start path just like a normal search, code below (C Sharp):
//Here we set a path to search from
var search = await client.Files.SearchAsync(path, "test");
//Here we need to set a path to restrict users from seeing images they shouldnt but currently i don't think there is.
var searchProperties = client.FileProperties.PropertiesSearchAsync(searchQueries);