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