xInfo.importElement Method
Specifies the object to be imported.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public int importElement(
int id,
int utilfiletype,
UtilElementType utiltype,
str name,
int fileposition,
int Flag,
[boolean extraPass])
Microsoft Dynamics AX 2012 R2 (SYS)
public int importElement(
int id,
int utilfiletype,
UtilElementType utiltype,
str name,
int fileposition,
int Flag)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public int importElement(
int id,
int utilfiletype,
UtilElementType utiltype,
str name,
int fileposition,
int Flag)
Microsoft Dynamics AX 2012 (FPK)
public int importElement(
int id,
int utilfiletype,
UtilElementType utiltype,
str name,
int fileposition,
int Flag)
Microsoft Dynamics AX 2012 (SYS)
public int importElement(
int id,
int utilfiletype,
UtilElementType utiltype,
str name,
int fileposition,
int Flag)
Run On
Called
Parameters
- id
Type: int
- utilfiletype
Type: int
- utiltype
Type: UtilElementType Enumeration
- name
Type: str
- fileposition
Type: int
- Flag
Type: int
- extraPass
Type: boolean
Return Value
Type: int
This method is obsolete. Use the SysImportElements class instead.