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

    Parameters

    zoneId
    The given zone id
    categoryId
    The given CategoryId

    Return Value

    A WidgetZone object
    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