Programming Reference:Functions:CCGetQueryString
From CodeCharge Studio Community Wiki
Description
Retrieves a value from the GET, POST or both (depending on the specified parameter) input parameters value. If the RemoveParameters array contains parameter names then they will be removed from the resulting string.
Location
Common
Syntax
CCGetQueryString(CollectionName, RemoveParameters)
Return value
String
Parameters
| Name | Type | Description | Required | ||||||
| CollectionName | String | Name of the parameter to retrieve. Possible values:
| Yes | ||||||
| RemoveParameters | Array | Array of names which will be removed from the resulting string. | Yes |