Settings.Get

Retrieves a WebAccess-only setting generically.

Parameters

Setting.name (Required)

Specifies the name of the setting.

Setting.Get (Required)

Specifies the required action.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Value

Description

Setting[n].name

Name of the nth setting.

Setting[n].value

Value of the nth setting.

Example

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