3dak Client

Mandantor.GetOrderById Method 

Retrieves a Order from Mandant.Orders by Id

[Visual Basic]
Public Function GetOrderById( _ 
   ByVal Int64 As Int64 _ 
) As Order
[C#]
public Order GetOrderById(
   long Int64
);
[C++]
public: Order* GetOrderById(
   __int64 Int64
);
[JScript]
public function GetOrderById(
   long Int64
): Order;

Parameters

OrderId
ID of Order that should be retrieved

Return Value

Order with given OrderId

Exceptions

Exception TypeCondition
ExceptionIndicates that OrderId was not found in current Mandators Order Context

See Also

Mandantor Class | ppm3dakClient.Shop Namespace | Order