CommonDatabaseFunctionsGetCombinedRecordLength Method

Gets the DocLength of records from list

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 long GetCombinedRecordLength(
	Uri oDataUri,
	IEnumerable<string> recordIds
)

Parameters

oDataUri  Uri
OData uri
recordIds  IEnumerableString
Collection of record ids

Return Value

Int64
A list of DocLength for records in list

See Also