RecentManager.removeItem

Removes a resource pointed by uri from the recently used resources list handled by a recent manager.

class RecentManager
bool
removeItem
(
string uri
)

Parameters

uri string

the URI of the item you wish to remove

Return Value

Type: bool

true if the item pointed by uri has been successfully removed by the recently used resources list, and false otherwise