We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
Filip J.1
9 years agoNew member | Level 1
Create an instance class of userSelectorArg with parameters .NET V2
I want to do the MembersGetInfoAsync(IEnumerable<UserSelectorArg>) but am wondering how to I create a new instance of the UserSelectorArg with an email of the user I want?
I can only find a constructor that takes 0 arguments but I want to create one with a specified email so that I may input it into the above function, or is there an easier way to specify information for a specific team member?
- Greg-DBDropbox Staff
You can use one of the subtypes of UserSelectorArg to construct the desired object. For example, to select a user using their email address, you can use UserSelectorArg.Email, which takes the email address as a string in the constructor.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 hours agoIf 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!