SysAutoRun::construct Method [AX 2012]

Creates a new SysAutoRun object by reading an .xml file.

Syntax

client public static SysAutoRun construct(str _strXmlFile)

Run On

Client

Parameters

  • _strXmlFile
    Type: str
    The name and path of the file to read.

Return Value

Type: SysAutoRun Class
An instance of the SysAutoRun class.

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

Reference

SysAutoRun Class