Share via


SysLabelFile::refreshClient Method [AX 2012]

Refresh a label file on the client.

Syntax

client private static void refreshClient(
    LanguageId _languageId, 
    LabelModuleId _moduleId, 
    LabelType _labelId, 
    str _text, 
    str _comment)

Run On

Client

Parameters

  • _text
    Type: str
    The text of the label.
  • _comment
    Type: str
    The comment of the label.

Remarks

This method is a workaround to get the client to see newly added label files without having to restart.

See Also

Reference

SysLabelFile Class