Click or drag to resize

PackageRequestCreatePackageRequest Method (String)

Creates a PackageRequest Object by the serialized Xml.

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

Parameters

xml
Type: SystemString
Xml to Deserialize into a PackageRequest Object

Return Value

Type: PackageRequest
PackageRequest
See Also