16
Automation Interface, Add-Ins and Tools / Re: Get name of project and logged in user
« on: July 05, 2019, 12:29:08 am »
Can anyone give me a hint, how I can get the first- and surname of the logged in user?
By calling
I only get the login-name. Do I have to search the name via GUID from the database, or is there any method to get that info?
By calling
Code: [Select]
string logInUserGuid = Repository.GetCurrentLoginUser(false);
I only get the login-name. Do I have to search the name via GUID from the database, or is there any method to get that info?