web.removeAutoFilter

Removes a filter on download content.

Syntax

web.removeAutoFilter( id  );
 
Argument
Description
id
The identification of the filter instance set by web.addAutoFilter.

Return Values

Not applicable

Parameterization

All attributes from the list of attributes can be parameterized using standard parameterization.

General Information

The web.removeAutoFilter function removes the filter that was set in a previous call to web.addAutoFilter.

Example

web.removeAutoFilter("fid");