admDeleteFilter
Description
Deletes the filter with the specified id.
Parameters
Return Type
Boolean (true/false)
Returns true if the filter was successfully deleted.
Example
number filterId = 10000;
boolean b = admDeleteFilter(filterId);
return b;Result: This will return true if the filter corresponding to the id 10000 will be deleted. False otherwise.
See also
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
