Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / IRoleRepository Interface / LoadForRolename Method
The case-insensitive role name.
In This Topic
    LoadForRolename Method (IRoleRepository)
    In This Topic
    Loads a role instance given the name.
    Syntax
    Role LoadForRolename( 
       string name
    )

    Parameters

    name
    The case-insensitive role name.

    Return Value

    The role instance, or null if the role is not found.
    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