Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceRoleProvider Class / IsUserInRole Method / IsUserInRole(String,String) Method
The user name to search for.
The role to search in.
In This Topic
    IsUserInRole(String,String) Method
    In This Topic
    Gets a value indicating whether the specified user is in the specified role for the configured applicationName.
    Syntax
    public override bool IsUserInRole( 
       string username,
       string roleName
    )

    Parameters

    username
    The user name to search for.
    roleName
    The role to search in.

    Return Value

    true if the specified user is in the specified role for the configured applicationName; otherwise, false.
    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