Click or drag to resize
DemoRecord.load 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.Generic.Dictionary<String, String>

Return Value

Type: List<DemoRecord>
See Also