Click or drag to resize

CommonDatabaseFunctionsGetSortedChannelPriorities Method

Gets the order of shipment types

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static WzpShipmentTypeOrder[] GetSortedChannelPriorities(
	Uri oDataUri,
	string shipmentKey
)

Parameters

oDataUri  Uri
The endpoint of the OData Service.
shipmentKey  String
Shipment key

Return Value

WzpShipmentTypeOrder
The order of shipment types
See Also