Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / IWrapGroupRepository Interface / LoadForName Method
The name of the wrap group to load.
In This Topic
    LoadForName Method (IWrapGroupRepository)
    In This Topic
    Loads a wrap group given the name.
    Syntax
    WrapGroup LoadForName( 
       string name
    )

    Parameters

    name
    The name of the wrap group to load.

    Return Value

    If found, returns the wrap group instance. Otherwise returns null.
    Remarks
    If more than one matching wrap group is found, only the first match 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