It's all about the answers!

Ask a question

IContributorHandle from user name


Pankaj Sharma (401067) | asked Feb 08 '16, 9:20 a.m.
 Hello Team,

Please let me know how to get IContributorHandle object from user name (String).


Thanks in advance.

One answer



permanent link
Michele Pegoraro (1.8k14117103) | answered Feb 08 '16, 9:29 a.m.
edited Feb 08 '16, 9:30 a.m.
Hi,
you can find the IContributor object from the userId using the IContributorManager.fetchContributorByUserId method. If you want obtain it by the name I fear that you have to get all the contributor and search for him on the results.

Michele.

Your answer


Register or to post your answer.