Skip to end of banner
Go to start of banner

admGetFilterById

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Description

Retrieves the filter by its id.

Parameters

Return Type

JFilter

Returns the filter identified by its id.

Example

number filterId = 10000;
JFilter filter = admGetFilterById(filter);
runnerLog("The filter retrieved is: "+filter);

See also

  • No labels