Click or drag to resize

AdapterBaseCreateParameterNode Method

Namespace:  Dynamicweb.DataIntegration.Integration.Adapters
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
protected XElement CreateParameterNode(
	Type type,
	string name,
	string value
)

Parameters

type
Type: SystemType
name
Type: SystemString
value
Type: SystemString

Return Value

Type: XElement
See Also