Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.CMS Namespace / IWidgetZoneRepository Interface / LoadForCategory Method / LoadForCategory(Int32) Method
The given CategoryId
In This Topic
    LoadForCategory(Int32) Method
    In This Topic
    Loads a collection of WidgetZone objects for the given category from the database
    Syntax
    IList<CategoryZone> LoadForCategory( 
       int categoryId
    )

    Parameters

    categoryId
    The given CategoryId

    Return Value

    A collection of WidgetZone objects
    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