Snippets
23

private string GetDisplayName(int PortalId, int UserId)
{
    string UserDisplayName = "";
    DotNetNuke.Entities.Users.UserInfo userInfo = DotNetNuke.Entities.Users.UserController.GetUserById(PortalId, UserId);
    if (userInfo != null)
        UserDisplayName = userInfo.DisplayName;
    return UserDisplayName;
}
 

Post Rating

Comments

There are currently no comments, be the first to post one!

Post Comment

Only registered users may post comments.

120 OLD FREEMANS WAY, BREWSTER, MA 02631
MAILING: P.O. BOX 2342, BREWSTER, MA 02631
PHONE (774) 323-3176