Convert record ids from string to OData.Client.Lite.WorkZone.Record
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.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: RecordAn Array of OData.Client.Lite.WorkZone.Record
See Also