Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / IGroupRepository Interface / LoadForName Method
The case-insensitive group name.
In This Topic
    LoadForName Method (IGroupRepository)
    In This Topic
    Loads a group instance given the name.
    Syntax
    Group LoadForName( 
       string name
    )

    Parameters

    name
    The case-insensitive group name.

    Return Value

    The group instance, or null if the group 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