CommonDatabaseFunctionsGetRecordAppendixes Method

Gets a collection of appendixe entities based on a record identity.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static IEnumerable<Record> GetRecordAppendixes(
	Uri oDataUri,
	string recordKey
)

Parameters

oDataUri  Uri
The OData Service endpoint.
recordKey  String
Record identity.

Return Value

IEnumerableRecord
Collection of record entities where each entity represents an appendix.

See Also