One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
dani-uyr
7 years agoExplorer | Level 3
C# SDK - Is there a way of restricting a property search to a start path?
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);
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 6 days ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!