RecentInfo.hasApplication

Checks whether an application registered this resource using app_name. Since 2.10

class RecentInfo
int
hasApplication
(
string appName
)

Parameters

appName string

a string containing an application name

Return Value

Type: int

TRUE if an application with name app_name was found, FALSE otherwise.

Meta