ActivityFunctionsConvertRecordIds(String, IEnumerableShipmentInformation) Method
Convert record ids from string to OData.Client.Lite.WorkZone.Record
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public static Record[] ConvertRecordIds(
string recordId,
IEnumerable<ShipmentInformation> shipmentInfos = null
)
Public Shared Function ConvertRecordIds (
recordId As String,
Optional shipmentInfos As IEnumerable(Of ShipmentInformation) = Nothing
) As Record()
public:
static array<Record^>^ ConvertRecordIds(
String^ recordId,
IEnumerable<ShipmentInformation^>^ shipmentInfos = nullptr
)
static member ConvertRecordIds :
recordId : string *
?shipmentInfos : IEnumerable<ShipmentInformation>
(* Defaults:
let _shipmentInfos = defaultArg shipmentInfos null
*)
-> Record[]
- recordId String
- A Record id.
- shipmentInfos IEnumerableShipmentInformation (Optional)
- An array of record ids
RecordAn Array of OData.Client.Lite.WorkZone.Record