IRecordRepositoryGetRecord Method

Scanjour Workflow4 Reference Manual
Gets the record with a given recordKey.

Namespace:  Scanjour.Workflow4.ActivityLibrary.Validation
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

Record GetRecord(
	string recordKey
)

Parameters

recordKey
Type: SystemString
Record key

Return Value

Type: Record
Record with a given recordKey
See Also

Reference