CommonDatabaseFunctionsGetSortedChannelPriorities Method

Gets the order of shipment types

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
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