  | BaseLiveIntegrationAddInCreateParameterNode Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Integration
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxprotected static XElement CreateParameterNode(
	Type parameterType,
	string name,
	string value
)
Protected Shared Function CreateParameterNode ( 
	parameterType As Type,
	name As String,
	value As String
) As XElement
Parameters
- parameterType
 - Type: SystemType
 - name
 - Type: SystemString
 - value
 - Type: SystemString
 
Return Value
Type: 
XElement
See Also