xInfo.importElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the object to be imported.
public:
virtual int importElement(int _id, int _utilfiletype, Dynamics::AX::Application::UtilElementType _utiltype, System::String ^ _name, int _fileposition, int _Flag);
public virtual int importElement (int _id, int _utilfiletype, Dynamics.AX.Application.UtilElementType _utiltype, string _name, int _fileposition, int _Flag);
abstract member importElement : int * int * Dynamics.AX.Application.UtilElementType * string * int * int -> int
override this.importElement : int * int * Dynamics.AX.Application.UtilElementType * string * int * int -> int
Public Overridable Function importElement (_id As Integer, _utilfiletype As Integer, _utiltype As UtilElementType, _name As String, _fileposition As Integer, _Flag As Integer) As Integer
Parameters
- _id
- Int32
- _utilfiletype
- Int32
- _utiltype
- UtilElementType
- _name
- String
- _fileposition
- Int32
- _Flag
- Int32
Returns
This method is obsolete. Use the SysImportElements class instead.