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
- ordersXmlStream
Type: System.IO..::.Stream
The Stream containing orders XML data.
Remarks
Populates the OrderGroupCollection with order groups contained in the supplied XML stream.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.