Enum ResultDictionaries.ChangeNameResultCode
Namespace: TecnoPack.UsersManager
Assembly: CO0002_Templ_FlowpackHMI_V00_26_M.dll
Represents all possible outcomes of a username change attempt.
public enum ResultDictionaries.ChangeNameResultCode
Fields
NameMismatch = 1
The provided current username does not match the logged-in user's name.
Success = 0
The username was successfully changed.
Remarks
| The username was successfully changed. | |
| The provided current username does not match the logged user's name. |