Returns a Boolean value indicating whether the AddOn identified by addOnId is installed (True) or not (False) in the object store. If the AddOn identified by addId has been superseded and the superseded AddOn is currently installed, a value of true will be returned.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Function IsAddOnInstalled( _ 
   ByVal addOnId As Id _ 
) As Boolean
C#
bool IsAddOnInstalled(
   Id addOnId
)
C++
bool IsAddOnInstalled(
   Id addOnId
) abstract 
J#
bool IsAddOnInstalled(
   Id addOnId
)
JScript
function IsAddOnInstalled(
   addOnId : Id
) : bool

Parameters

addOnId
The ID of the Addon to check.

Return Value

Boolean indicating whether or not the AddOn specified by addOnId or its superseding version is installed.

See Also