Share via


Label.insert(String, String, String) Method

Definition

Caution

The insert method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.

Creates a label ID for a specified text string.

public:
 System::String ^ insert(System::String ^ text, System::String ^ comment, System::String ^ module);
[System.Obsolete("The insert method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.")]
public string insert (string text, string comment, string module);
[<System.Obsolete("The insert method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.")>]
member this.insert : string * string * string -> string
Public Function insert (text As String, comment As String, module As String) As String

Parameters

text
String

A string data type that specifies a three-letter label file ID.

comment
String

A string data type that specifies a three-letter label file ID.

module
String

A string data type that specifies a three-letter label file ID.

Returns

A string data type value for the label ID that is created.

Attributes

Remarks

This operation allocates a new label ID across all languages.

Applies to