Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the Xml for the OrderGroupCollection populated with PurchaseOrder objects with specified Ids.
Namespace: Microsoft.CommerceServer.Orders.WebService
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetPurchaseOrdersAsXml ( _
orderGroupIds As Guid() _
) As XmlElement
'Usage
Dim instance As OrdersWebService
Dim orderGroupIds As Guid()
Dim returnValue As XmlElement
returnValue = instance.GetPurchaseOrdersAsXml(orderGroupIds)
[WebMethodAttribute]
public virtual XmlElement GetPurchaseOrdersAsXml(
Guid[] orderGroupIds
)
[WebMethodAttribute]
public:
virtual XmlElement^ GetPurchaseOrdersAsXml(
array<Guid>^ orderGroupIds
)
public function GetPurchaseOrdersAsXml(
orderGroupIds : Guid[]
) : XmlElement
Parameters
- orderGroupIds
Type: array<System..::.Guid>[]()[]
The List of order group identifiers.
Return Value
Type: System.Xml..::.XmlElement
XML for the OrderGroupCollection populated with PurchaseOrder objects with specified identifiers.
Remarks
Returns XML for the OrderGroupCollection populated with PurchaseOrder objects with specified 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.