ResultcreateScanResult Method |
Deserializes from JSON.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Result createScanResult(
XElement xe
)
Public Shared Function createScanResult (
xe As XElement
) As Result
public:
static Result^ createScanResult(
XElement^ xe
)
static member createScanResult :
xe : XElement -> Result
Parameters
- xe
- Type: System.Xml.LinqXElement
Return Value
Type:
ResultResult deserialized or null if the argement passed is null.
See Also