Share via


Label.createLabelFile(String, String) Method

Definition

Caution

The createLabelFile 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 file for a specified label ID.

public:
 bool createLabelFile(System::String ^ module, System::String ^ languge);
[System.Obsolete("The createLabelFile 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 bool createLabelFile (string module, string languge);
[<System.Obsolete("The createLabelFile 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.createLabelFile : string * string -> bool
Public Function createLabelFile (module As String, languge As String) As Boolean

Parameters

module
String

A string data type that specifies a language by using a language prefix.

languge
String

Returns

true if a file is created; otherwise, false.

Attributes

Remarks

The label file is created after the file buffers are flushed to disk, which occurs when the server closes.

Applies to