CommonAddContainerNodeToDublinRequest Method

[Missing <summary> documentation for "M:IAS.Common.AddContainerNodeToDublinRequest(System.Xml.XmlDocument@,System.String)"]

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static XmlNode AddContainerNodeToDublinRequest(
	ref XmlDocument xmlRequest,
	string nodeName
)

Parameters

xmlRequest
Type: System.XmlXmlDocument

[Missing <param name="xmlRequest"/> documentation for "M:IAS.Common.AddContainerNodeToDublinRequest(System.Xml.XmlDocument@,System.String)"]

nodeName
Type: SystemString

[Missing <param name="nodeName"/> documentation for "M:IAS.Common.AddContainerNodeToDublinRequest(System.Xml.XmlDocument@,System.String)"]

Return Value

Type: XmlNode

[Missing <returns> documentation for "M:IAS.Common.AddContainerNodeToDublinRequest(System.Xml.XmlDocument@,System.String)"]

See Also