Click or drag to resize

AutomationMLContainerExtract(DirectoryInfo, PackagePart) Method

Extracts the specified part in the package to the specified directory.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public void Extract(
	DirectoryInfo dirInfo,
	PackagePart part
)

Parameters

dirInfo  DirectoryInfo
directory info defining the target directory for extraction.
part  PackagePart
The part to extract to the specified folder.
See Also