xInfo.importString(String, UtilElementType, String) 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.
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.