Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping.Providers Namespace / ShippingProviderDataSource Class / GetShippingProviders Method
In This Topic
    GetShippingProviders Method (ShippingProviderDataSource)
    In This Topic
    Gets instances of all classes available that implement the IShippingProvider interface
    Syntax
    public static IList<IShippingProvider> GetShippingProviders()

    Return Value

    List of instances of classes implementing IShippingProvider
    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