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.
Updates the properties for the purchase order that is represented in XML text.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Protected Sub DoUpdatePurchaseOrderProperties ( _
element As XmlElement, _
applicationId As String _
)
'Usage
Dim element As XmlElement
Dim applicationId As String
Me.DoUpdatePurchaseOrderProperties(element, _
applicationId)
protected void DoUpdatePurchaseOrderProperties(
XmlElement element,
string applicationId
)
protected:
void DoUpdatePurchaseOrderProperties(
XmlElement^ element,
String^ applicationId
)
protected function DoUpdatePurchaseOrderProperties(
element : XmlElement,
applicationId : String
)
Parameters
- element
Type: System.Xml..::.XmlElement
XML text that contains the purchase order.
- applicationId
Type: System..::.String
Identifier for the caller application as defined in the StatusManager table in transactionconfig database.
Remarks
Updates the properties for the purchase order.
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.