I get the list of all users in XElement in Tridion using core services.
Now I want to search for a particular user’s tcm uri based on the decription?
I get the list of all users in XElement in Tridion using core services.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use the LINQ to query by the description to get the user TCMURI. This is just one of the approach since you alread have XElement of userlist. You could just use the
GetSystemWideListand perform LINQ operations on that as well.