Click or drag to resize
RequestXmlCollectionAddTextParameter Method
Add an API parameter of type Text

Namespace:  Intuit.Ipp.Utility
Assembly:  Intuit.Ipp.Utility (in Intuit.Ipp.Utility.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public void AddTextParameter(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the parameter.
value
Type: SystemString
The value of parameter.
See Also