Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceMembershipProvider Class / Initialize Method
The friendly name of the provider.
A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.
In This Topic
    Initialize Method (AbleCommerceMembershipProvider)
    In This Topic
    Initializes the configuration builder.
    Syntax
    public override void Initialize( 
       string name,
       NameValueCollection config
    )

    Parameters

    name
    The friendly name of the provider.
    config
    A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.
    Exceptions
    ExceptionDescription
    The name of the provider is a null reference (Nothing in Visual Basic).
    The name of the provider has a length of zero.
    An attempt is made to call System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection) on a provider after the provider has already been initialized.
    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