WA GET EXTERNAL LINKS FILTERS

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 11.2


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

ParameterTypeDescription
**If specified, object is an object name (string)
If omitted, object is a variable
objectForm objectObject name (if * is specified) or
Variable (if * is omitted)
filtersArrArray stringFilters array
allowDenyArrArray BooleanAllow-deny array

Description

The WA GET EXTERNAL LINKS FILTERS command returns, in the filtersArr and allowDenyArr arrays, the external link filters of 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 EXTERNAL LINKS FILTERS command. If the arrays are reinitialized during the session, the WA GET EXTERNAL LINKS FILTERS command can be used to find out the current settings.

See Also

WA GET URL FILTERS, WA SET EXTERNAL LINKS FILTERS.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next