SysAutoRun.new Method [AX 2012]

Creates a new instance of the SysAutoRun Class.

Syntax

protected void new(XmlDocument _answers)

Run On

Client

Parameters

  • _answers
    Type: XmlDocument Class
    An XmlDocument object that represents a SysAutoRun configuration file and contains commands to be executed when Microsoft Dynamics AX starts.

Remarks

You do not have to call this method. It is used by the system when Microsoft Dynamics AX starts.

For a description of the .xml file that is used as a parameter, see the SysAutoRun class.

See Also

SysAutoRun Class

SysAutoRun::construct Method