Label.flush(String, 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.
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