Click or drag to resize

ISettingsChange Method

Overload List
  NameDescription
Public methodCode exampleChange(SettingsKey, String)
Change the value of the specified AskiaPortal settings item.
It will not save the change in the database unless you explicitly call the Save method.
Public methodCode exampleChange(String, String, NullableGuid)
Change the value of the specified settings item.
It will not save the change in the database unless you explicitly call the Save method.
Top
See Also