3dak Client

OrderItem.Update Method 

Updates current OrderItem in the Database.

[Visual Basic]
Public Sub Update()
[C#]
public void Update();
[C++]
public: void Update();
[JScript]
public function Update();

Remarks

Also calls parent Order Object to refresh it's Price

Exceptions

Exception TypeCondition
InvalidCredentialExceptionIndicates that no Authorization Context was provided

See Also

OrderItem Class | ppm3dakClient.Shop Namespace | Refresh