Share via


xInfo.importString(String, UtilElementType, String) Method

Definition

Imports an object from a file.

public:
 virtual int importString(System::String ^ _source, Dynamics::AX::Application::UtilElementType _kind, System::String ^ _name);
public virtual int importString (string _source, Dynamics.AX.Application.UtilElementType _kind, string _name);
abstract member importString : string * Dynamics.AX.Application.UtilElementType * string -> int
override this.importString : string * Dynamics.AX.Application.UtilElementType * string -> int
Public Overridable Function importString (_source As String, _kind As UtilElementType, _name As String) As Integer

Parameters

_source
String

The name of the object.

_kind
UtilElementType

The name of the object.

_name
String

The name of the object.

Returns

Applies to