Click or drag to resize

AdapterBase Constructor (XmlNode, ISource)

Note: This API is now obsolete.

Initializes a new instance of the AdapterBase class

Namespace:  Dynamicweb.DataIntegration.Integration.Adapters
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
[ObsoleteAttribute("Obsolete. Use AdapterBase(XmlNode xmlNode) instead.")]
public AdapterBase(
	XmlNode xmlNode,
	ISource theProviderSource
)

Parameters

xmlNode
Type: System.XmlXmlNode
theProviderSource
Type: Dynamicweb.DataIntegration.Integration.InterfacesISource
See Also