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
Name | Type | Required | Description |
---|---|---|---|
provider | string | Yes | ID of the provider whose settings you want to save |
settings | struct | Yes | Structure of settings to save |
site | string | No (default="") | Optional ID of preside site to save the settings against |