 | AutomationMLContainer(String) Constructor |
Initializes a new instance of the
AutomationMLContainer class
using the specified container file to load or save the package.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic AutomationMLContainer(
string containerFilePath
)
Public Sub New (
containerFilePath As String
)
public:
AutomationMLContainer(
String^ containerFilePath
)
Parameters
- containerFilePath String
-
The file path of the container file. The file should have the extension .amlx.
See Also