ScanUtilsxeElementArrayToList Method |
Extract JSON array as list.
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 List<Object> xeElementArrayToList(
XElement xe
)
Public Shared Function xeElementArrayToList (
xe As XElement
) As List(Of Object)
public:
static List<Object^>^ xeElementArrayToList(
XElement^ xe
)
static member xeElementArrayToList :
xe : XElement -> List<Object>
Parameters
- xe
- Type: System.Xml.LinqXElement
Return Value
Type:
ListObjectSee Also