private void Subscribe()
{
EventSystem.Subscribe(GetInfo, EventPhases.Initiated);
}
public void GetInfo(User user, Lo
If you want to get the TCM URI of the current user, you can do so in a number of ways.
I would recommend one of these:
GetCurrentUser
and read the Id
property.User.Id
property of the current Session
.It looks like you want #2 in this case as your code is in the event system.