Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceRoleProvider Class / GetUsersInRole Method
The name of the role to get the list of users for.
In This Topic
    GetUsersInRole Method
    In This Topic
    Gets a list of users in the specified role for the configured applicationName.
    Syntax
    public override string[] GetUsersInRole( 
       string roleName
    )

    Parameters

    roleName
    The name of the role to get the list of users for.

    Return Value

    A string array containing the names of all the users who are members of the specified role for the configured applicationName.
    Remarks
    This method is not implemented in AbleCommerce 7.
    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