Click or drag to resize

IRecordRepositoryGetRecord Method

Gets the record with a given recordKey.

Namespace: Scanjour.Workflow4.ActivityLibrary.Validation
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
Record GetRecord(
	string recordKey
)

Parameters

recordKey  String
Record key

Return Value

Record
Record with a given recordKey
See Also