Click or drag to resize
ResultOutputItemcreateScanResultOutputItem Method

» Asprise Scan Home · Developer's Guide

Deserialize from 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 ResultOutputItem createScanResultOutputItem(
	XElement xe
)

Parameters

xe
Type: System.Xml.LinqXElement
Input JSON

Return Value

Type: ResultOutputItem
The output item deserialized or null if the argument passed is null.
See Also