Share via


Label.flush(String, String) Method

Definition

Caution

The flush 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.

Flushes the label file buffers to disk.

public:
 static bool flush(System::String ^ labelFileId, System::String ^ language);
[System.Obsolete("The flush 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 static bool flush (string labelFileId, string language);
[<System.Obsolete("The flush 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.")>]
static member flush : string * string -> bool
Public Shared Function flush (labelFileId As String, language As String) As Boolean

Parameters

labelFileId
String

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

language
String

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

Returns

Attributes

Applies to