IContributorHandle from user name
![]()
Hello Team,
Please let me know how to get IContributorHandle object from user name (String).
Thanks in advance.
|
One answer
![]()
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. |