Click or drag to resize

PackageResponseCreatePackageResponse Method (String)

Creates a PackageResponse Object by the serialized Xml.

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public static PackageResponse CreatePackageResponse(
	string xml
)

Parameters

xml
Type: SystemString
Xml to Deserialize into a PackageResponse Object

Return Value

Type: PackageResponse
PackageResponse object
See Also