Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.UI Namespace / DisplayPageDataSource Class / Load Method / Load(String) Method
The virtual path to load from.
In This Topic
    Load(String) Method
    In This Topic
    Loads all display pages.
    Syntax
    [DataObjectMethod(DataObjectMethodType.Select)]
    public static IList<DisplayPage> Load( 
       string virtualPath
    )

    Parameters

    virtualPath
    The virtual path to load from.

    Return Value

    A list of all display pages.
    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