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.3.0.0 (23.3.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: IEnumerableRecordCollection of record entities where each entity represents an appendix.
See Also