 | AutomationMLContainerExtract(DirectoryInfo, PackagePart) Method |
Extracts the specified part in the package to the specified directory.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic void Extract(
DirectoryInfo dirInfo,
PackagePart part
)
Public Sub Extract (
dirInfo As DirectoryInfo,
part As PackagePart
)
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