Click or drag to resize

CommonDatabaseFunctionsGetCombinedRecordLength Method

Gets the DocLength of records from list

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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