Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IProxyRequest.GetSetting Method 

Gets a setting value with the given name.

string GetSetting(
   string name
);

Parameters

name
The name of the setting to retrieve.

Return Value

The value of the setting and null if the setting was not sent.

Exceptions

Exception Type Condition
NotGatewayedException The request is not gatewayed.

See Also

IProxyRequest Interface | Bea.Alui.Proxy Namespace