CommonDatabaseFunctionsGetRecordAppendixes Method

Scanjour Workflow4 Reference Manual
Gets a collection of appendixe entities based on a record identity.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static IEnumerable<Record> GetRecordAppendixes(
	Uri oDataUri,
	string recordKey
)

Parameters

oDataUri
Type: SystemUri
The OData Service endpoint.
recordKey
Type: SystemString
Record identity.

Return Value

Type: IEnumerableRecord
Collection of record entities where each entity represents an appendix.
See Also

Reference