admGetFilterOwner

Description

Retrieves the filter owner.

Parameters

Return Type

JUser

Returns the user that owns the filter.

Example

number filterId = 10000; JUser user = admGetFilterOwner(filterId); runnerLog("The user is :"+user);

See also