| ScanUtilsxeElementObjectToDictionary Method  | 
            Extract the whole JSON node as a dictionary.
            
 
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)
Syntaxpublic static Dictionary<string, Object> xeElementObjectToDictionary(
	XElement xe
)
Public Shared Function xeElementObjectToDictionary ( 
	xe As XElement
) As Dictionary(Of String, Object)
public:
static Dictionary<String^, Object^>^ xeElementObjectToDictionary(
	XElement^ xe
)
static member xeElementObjectToDictionary : 
        xe : XElement -> Dictionary<string, Object> 
Parameters
- xe
 - Type: System.Xml.LinqXElement
 
Return Value
Type: 
DictionaryString, 
Object
See Also