GetContextString method: BannerTile class

Syntax

GetContextString()

Description

Use the GetContextString method to return the context string as query string parameters. The following example demonstrates the string returned when two context keys are defined:

SETID=DFLTSET&CURRENCY=USD

Parameters

None.

Returns

A string value.

Example

&cxt_str = &oBanner.GetContextString();