Returns a Boolean value indicating whether the feature addon identified by addOnId is installed (True) or not (False) in the object store. If the addon identified by addOnId has been superseded and the superseded addon is currently installed, a value of True is 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 feature addon to check.

Return Value

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

See Also