Settings.Set

Sets a WebAccess-only setting generically.

Parameters

Setting.name (Required)

Specifies the name of the setting.

Setting.Set (Required)

Specifies the required action.

Setting.value (Required)

Specifies the value of the setting.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Returns the same values as Settings.Get.

Remarks

To delete an existing setting, pass in Setting.name without a value.

Example

<A href="/servlet/webacc?User.context=xyz&action=Setting.Set&merge=general&Setting.name=General.Setting.ItemCount&Setting.value=25">Item Count</A>