XML3 - API DLL Documentation 
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
 Search Shipments for provided DeliveryMethod
 
Namespace: XMLV3API.ShipmentsAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public IList<Shipment> SearchShipmentBy_DeliveryMethod( string DeliveryMethod )  | 
| Visual Basic | 
|---|
Public Function SearchShipmentBy_DeliveryMethod ( _ DeliveryMethod As String _ ) As IList(Of Shipment)  | 
| Visual C++ | 
|---|
public: IList<Shipment^>^ SearchShipmentBy_DeliveryMethod( String^ DeliveryMethod )  | 
Parameters
- DeliveryMethod
 - Type: System..::..String
DeliveryMethod 
Return Value
[Missing <returns> documentation for "M:XMLV3API.Shipments.Shipments.SearchShipmentBy_DeliveryMethod(System.String)"]