CommonDatabaseFunctionsGetCombinedRecordLength Method
Gets the DocLength of records from list
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static long GetCombinedRecordLength(
Uri oDataUri,
IEnumerable<string> recordIds
)
Public Shared Function GetCombinedRecordLength (
oDataUri As Uri,
recordIds As IEnumerable(Of String)
) As Long
public:
static long long GetCombinedRecordLength(
Uri^ oDataUri,
IEnumerable<String^>^ recordIds
)
static member GetCombinedRecordLength :
oDataUri : Uri *
recordIds : IEnumerable<string> -> int64
- oDataUri Uri
- OData uri
- recordIds IEnumerableString
- Collection of record ids
Int64A list of DocLength for records in list