Skip to main content
Version: 20 R7 BETA

WA GET URL FILTERS

WA GET URL FILTERS ( {* ;} object ; filtersArr ; allowDenyArr )

ParameterTypeDescription
*OperatorIf specified, object is an object name (string) If omitted, object is a variable
objectanyObject name (if * is specified) or Variable (if * is omitted)
filtersArrText arrayFilters array
allowDenyArrBoolean arrayAllow-deny array

This command is not thread-safe, it cannot be used in preemptive code.

Description

The WA GET URL FILTERS command returns, in the filtersArr and allowDenyArr arrays, the filters that are active in the Web area designated by the * and object parameters. If no filter is active, the arrays are returned empty.

The filters are installed by the WA SET URL FILTERS command. If the arrays are reinitialized during the session, the WA GET URL FILTERS command can be used to find out the current settings

See also

WA GET EXTERNAL LINKS FILTERS
WA SET URL FILTERS