Dynamicweb 8 Documentation
GetRmasByOrderLineId Method

The Id of the Dynamicweb.eCommerce.Orders.OrderLine.
Gets a ReturnMerchandiseAuthorizationCollection containing all ReturnMerchandiseAuthorization associated with the Id of the Dynamicweb.eCommerce.Orders.OrderLine.
Syntax
'Declaration
 
Public Shared Function GetRmasByOrderLineId( _ 
   ByVal orderLineId As String _ 
) As ReturnMerchandiseAuthorizationCollection
public static ReturnMerchandiseAuthorizationCollection GetRmasByOrderLineId( 
   string orderLineId 
)

Parameters

orderLineId
The Id of the Dynamicweb.eCommerce.Orders.OrderLine.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReturnMerchandiseAuthorization Class
ReturnMerchandiseAuthorization Members

Send Feedback