Click or drag to resize
Source.createSourceList Method

» Asprise Scan Home · Developer's Guide

Creates a list of Sources from the given JSON.

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<Source> createSourceList(
	XElement xeArray
)

Parameters

xeArray
Type: System.Xml.Linq.XElement

Return Value

Type: List<Source>
See Also