Click or drag to resize

InnovatorapplyAML Method

Sends request to Innovator server and returns server response as an item.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Item applyAML(
	string AML
)

Parameters

AML
Type: SystemString
AML script to be sent to Innovator server.

Return Value

Type: Item
Server response.
Exceptions
ExceptionCondition
XmlExceptionThere is a load or parse error in the AML.
Remarks
It's assumed that passed AML script has a root tag <AML> that contains one or more <Item> children elements. The method send the AML script to the server and returns an Item object where the dom property is the xml response returned from the server.
See Also