| UploadSettingfromJsonMap Method  | 
            Deserialize 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)
Syntaxpublic static UploadSetting fromJsonMap(
	XElement xe
)
Public Shared Function fromJsonMap ( 
	xe As XElement
) As UploadSetting
public:
static UploadSetting^ fromJsonMap(
	XElement^ xe
)
static member fromJsonMap : 
        xe : XElement -> UploadSetting 
Parameters
- xe
 - Type: System.Xml.LinqXElement
 
Return Value
Type: 
UploadSetting
See Also