Share via


ReadXml Method

Populates the OrderGroupCollection with order groups contained in the supplied XML stream.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Sub ReadXml ( _
    ordersXmlStream As Stream _
)
'Usage
Dim instance As OrderGroupCollection
Dim ordersXmlStream As Stream

instance.ReadXml(ordersXmlStream)
public void ReadXml(
    Stream ordersXmlStream
)
public:
void ReadXml(
    Stream^ ordersXmlStream
)
public function ReadXml(
    ordersXmlStream : Stream
)

Parameters

Remarks

Populates the OrderGroupCollection with order groups contained in the supplied XML stream.

Permissions

See Also

Reference

OrderGroupCollection Class

OrderGroupCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace