Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Yes, well I wanted to get infomation from a User like: Email,Name etc.. But I fixed it by using the :
var currentUser = CommunitySystem.CurrentContext.DefaultSecurity.CurrentUser;
Cheers!
As the subject says: I want to retrieve information from my user using IUser.
Is there any way to get this information without using "Select 'user' from database?