Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / UserRepository Class / GetUserId Method
The name of the user for which to get the user Id
In This Topic
    GetUserId Method (UserRepository)
    In This Topic
    Gets UserId of a User object given the user name
    Syntax
    public int GetUserId( 
       string userName
    )

    Parameters

    userName
    The name of the user for which to get the user Id

    Return Value

    If user is found the Id of the User object is returned, otherwise '0' is returned.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also