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 | admChangeFilterOwner(filterId, newOwner) | Package | adm | Alias | | Pkg Usage | [use adm; changeFilterOwner(filterId, newOwner);] | |
Description
Excerpt |
---|
|
Changes the owner of the filter. |
Changes the owner of a given filter.
.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
filterId | int | Yes | The filter id | newOwner | string | Yes | The new owner. Must be not null | |
Return Type
string
Example
Code Block |
---|
|
admChangeFilterOwner(10017, newowner); |
Gets the owner of the filter with the id 10017
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "filter_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|