Dynamicweb 8 Documentation
GetRmasByCustomerId Method

Customer ID
sortColumn
sortDest
Get MerchandiseAuthorizationCollection By Customer Id
Syntax
'Declaration
 
Public Shared Function GetRmasByCustomerId( _ 
   ByVal CustomerID As Long, _ 
   ByVal sortColumn As String, _ 
   ByVal sortDest As String _ 
) As ReturnMerchandiseAuthorizationCollection
public static ReturnMerchandiseAuthorizationCollection GetRmasByCustomerId( 
   long CustomerID,
   string sortColumn,
   string sortDest 
)

Parameters

CustomerID
Customer ID
sortColumn
sortColumn
sortDest
sortDest
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