xInfo.importString Method [AX 2012]

Imports an object from a file.

public int importString(
    str source, 
    UtilElementType kind, 
    str name)

Run On

Called

Parameters

source
Type: str
The path to the file that you want to import the object from.
kind
Type: UtilElementType Enumeration
A UtilElementType system enumeration value that indicates the kind of object to import.
name
Type: str
The name of the object.

Community Additions

ADD
Show: