saveSettings()

Overview

public void function saveSettings(
      required string provider
    , required struct settings
    ,          string site     = ""
)

Saves the settings for a particular service provider and optional site

Arguments

NameTypeRequiredDescription
providerstringYesID of the provider whose settings you want to save
settingsstructYesStructure of settings to save
sitestringNo (default="")Optional ID of preside site to save the settings against