Is there a way to get a collection of all the currently logged in users to SharePoint Portal using OM.
This is what I'm doing
SPWeb myWeb = SPControl.GetContextWeb(Context);
string UserName = "";
foreach (SPUser curUser in myWeb.Users)
{
UserName=curUser.Name; //something here...
}
Do you know someone who can help? Share a link to this thread on twitter, or facebook.