Click or drag to resize

AMLFileType Enumeration

Definition of FileTypes, recognized by an IAMLLibraryService

Namespace: Aml.Engine.Services.Model
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public enum AMLFileType
Members
Member nameValueDescription
AutomationMLXMLDocument0 AutomationML XML Document File (ends with .aml)
AutomationMLContainer1 AutomationML Container File (ends with .amlx)
LibraryCatalog2 AutomationML library catalog, listing all publicly available versions of AutomationML libraries with their download address
ZipArchive3 A zip archive which coud contain any of the previous AutomationML content
Unknown4 Unknown filetype
See Also