Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _languageId
Type: LanguageId Extended Data Type
The language of the label file.
- _moduleId
Type: LabelModuleId Extended Data Type
The module ID of the label file.
- _labelId
Type: LabelType Extended Data Type
A label in the label file.
- _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.