Class UpdateAccountSettings
- Namespace
- KASserver
- Assembly
- KASserver.Client.dll
Parameters for editing your own account settings (update_accountsettings). Only properties
that are set (non-null) are sent; everything left null stays unchanged on the server.
At least one field must be set.
public sealed class UpdateAccountSettings
- Inheritance
-
UpdateAccountSettings
- Inherited Members
Properties
Comment
The account comment (account_comment). Optional.
public string? Comment { get; set; }
Property Value
ContactMail
The contact mail address (account_contact_mail). Optional.
public string? ContactMail { get; set; }
Property Value
LogAge
The log retention age in days (logage), 1–999. Optional.
public int? LogAge { get; set; }
Property Value
- int?
Logging
The web server log mode (logging). Optional.
public AccountLogging? Logging { get; set; }
Property Value
Password
New account password (account_password). Optional.
public string? Password { get; set; }
Property Value
ShowPassword
Show the password in the KAS interface (show_password). Optional.
public bool? ShowPassword { get; set; }
Property Value
- bool?
Statistic
The web statistics mode (statistic). Optional.
public AccountStatistic? Statistic { get; set; }