FreeRealmsLocaleTools FreeRealmsLocaleTools
FreeRealmsLocaleTools FreeRealmsLocaleTools
DocFX + Singulink = ♥

Search Results for

    Method UpdateEntry

    UpdateEntry(int, string)

    Replaces the text of the entry with the given ID with the specified text.

    Declaration
    public bool UpdateEntry(int id, string text)
    Parameters
    Type Name Description
    int id

    The ID of the locale entry to update.

    string text

    The new text to use in the locale entry.

    Returns
    Type Description
    bool

    true if the text was replaced; otherwise, false.

    Remarks

    The stored entries can be written with any of the WriteEntries() methods.

    Exceptions
    Type Condition
    ArgumentNullException
    InvalidOperationException