DoGetPurchaseOrdersAsXml Method
Returns a block of XML text containing the purchase orders matching a specified set of order group identifiers.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Protected Function DoGetPurchaseOrdersAsXml ( _
orderGroupIds As Guid() _
) As XmlElement
'Usage
Dim orderGroupIds As Guid()
Dim returnValue As XmlElement
returnValue = Me.DoGetPurchaseOrdersAsXml(orderGroupIds)
protected XmlElement DoGetPurchaseOrdersAsXml(
Guid[] orderGroupIds
)
protected:
XmlElement^ DoGetPurchaseOrdersAsXml(
array<Guid>^ orderGroupIds
)
protected function DoGetPurchaseOrdersAsXml(
orderGroupIds : Guid[]
) : XmlElement
Parameters
- orderGroupIds
Type: array<System..::.Guid>[]()[]
The List of order group identifiers.
Return Value
Type: System.Xml..::.XmlElement
XML text containing the desired purchase orders.
Remarks
Returns a block of XML text containing the purchase orders matching a specified set of order group identifiers.
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.