| ModuleSpecificIntegrationBaseCreateParameterNode Method |
Namespace:
Dynamicweb.DataIntegration.Providers.ModuleSpecificIntegrations
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax protected static XElement CreateParameterNode(
Type t,
string name,
string value
)
Protected Shared Function CreateParameterNode (
t As Type,
name As String,
value As String
) As XElement
Parameters
- t
- Type: SystemType
- name
- Type: SystemString
- value
- Type: SystemString
Return Value
Type:
XElementSee Also