Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admGetFilterById(filterId) | Package | | Alias | | Pkg Usage | |
|
Description
Excerpt |
---|
|
Retrieves the filter by its id. |
Retrieves the filter by its id.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
filterId | number | Yes | The filter id. |
|
Return Type
JFilter
Returns the filter identified by its id.
...
Code Block |
---|
number filterId = 10000;
JFilter filter = admGetFilterById(filterfilterId);
runnerLog("The filter retrieved is: " + filter); |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "dashboard_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|