Returns the feature addon IDs for which installation is required prior to the installation of the addon specified by addOnId. If the addon identified by addOnId has been superseded, the results are based on the superseding addon prerequisites.


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

Syntax

Visual Basic (Declaration)
Function DeterminePrerequisiteAddOnIds( _ 
   ByVal addOnId As Id _ 
) As IIdList
C#
IIdList DeterminePrerequisiteAddOnIds(
   Id addOnId
)
C++
IIdList DeterminePrerequisiteAddOnIds(
   Id addOnId
) abstract 
J#
IIdList DeterminePrerequisiteAddOnIds(
   Id addOnId
)
JScript
function DeterminePrerequisiteAddOnIds(
   addOnId : Id
) : IIdList

Parameters

addOnId
An Id object representing the ID of the feature addon to be installed. Example: SystemAddOnId.PUBLISHING

Return Value

A collection of addon IDs that must be installed prior to installation of the addon specified by addOnId.

See Also