CommonDatabaseFunctionsGetCombinedRecordLength Method

Scanjour Workflow4 Reference Manual
Gets the DocLength of records from list

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

Parameters

oDataUri
Type: SystemUri
OData uri
recordIds
Type: System.Collections.GenericIEnumerableString
Collection of record ids

Return Value

Type: Int64
A list of DocLength for records in list
See Also

Reference