Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments.Providers Namespace / PaymentProviderDataSource Class / GetProviders Method
Whether to include already configured gateways or not. Default is false
Whether to include gift certificate payment provider. Default is false
Whether to sort by name. Default is true
In This Topic
    GetProviders Method (PaymentProviderDataSource)
    In This Topic
    Gets instances of all classes available that implement the IPaymentProvider interface
    Syntax

    Parameters

    includeConfigured
    Whether to include already configured gateways or not. Default is false
    includeGiftCertProvider
    Whether to include gift certificate payment provider. Default is false
    sortByName
    Whether to sort by name. Default is true

    Return Value

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