Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.CMS Namespace / IWidgetZoneRepository Interface / LoadForWebpage Method / LoadForWebpage(Int32) Method
The given WebpageId
In This Topic
    LoadForWebpage(Int32) Method
    In This Topic
    Loads a collection of WidgetZone objects for the given ViewName from the database
    Syntax
    IList<WebpageZone> LoadForWebpage( 
       int webpageId
    )

    Parameters

    webpageId
    The given WebpageId

    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