Click or drag to resize
DemoRecordload Method

» Asprise Scan Home · Developer's Guide

Loads records from the given dictionary.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<DemoRecord> load(
	Dictionary<string, string> props
)

Parameters

props
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: ListDemoRecord
See Also