|
|
Webmaster posted on January 06, 2025 10:51
private string GetUserProfileString(string CustomProperty, int UserID)
{
UserInfo oUserInfo = UserController.GetUserById(PortalSettings.PortalId, UserID);
string sCustomProperty = oUserInfo.Profile.GetPropertyValue(CustomProperty);
return sCustomProperty;
}
There are currently no comments, be the first to post one!