ActivityFunctionsConvertRecordIds Method (String, IEnumerableShipmentInformation)

Scanjour Workflow4 Reference Manual
Convert record ids from string to OData.Client.Lite.WorkZone.Record

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static Record[] ConvertRecordIds(
	string recordId,
	IEnumerable<ShipmentInformation> shipmentInfos = null
)

Parameters

recordId
Type: SystemString
A Record id.
shipmentInfos (Optional)
Type: System.Collections.GenericIEnumerableShipmentInformation
An array of record ids

Return Value

Type: Record
An Array of OData.Client.Lite.WorkZone.Record
See Also

Reference