resequenceHTTPParameter

void scrapeableFile.resequenceHTTPParameter ( String key, int sequence ) (professional and enterprise editions only)

Description

Resequences an HTTP parameter.

Parameters

  • key The key identifying the HTTP parameter to be resequenced.
  • sequence The new sequence the parameter should have.

Return Values

None

Change Log

Version Description
5.5.32a Available in Professional and Enterprise editions.

Examples

Resequence an HTTP parameter

// Give the "VIEWSTATE" HTTP parameter a sequence of 3.
scrapeableFile.resequenceHTTPParameter( "VIEWSTATE", 3 );