System.ImportObjects(Text [, Integer]) Method

Version: Available or changed with runtime version 1.0 until version 1.0 where it was deprecated.

Imports application objects from a file.

Note

This method is supported only in Business Central on-premises.

Syntax

 System.ImportObjects(FileName: Text [, Format: Integer])

Note

This method can be invoked without specifying the data type name.

Parameters

FileName
 Type: Text
The path of the file from which the objects will be imported.

[Optional] Format
 Type: Integer
The format in which the objects are represented in the file.

See Also

System Data Type
Get Started with AL
Developing Extensions