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)

ToggleSyntax

Visual Basic (Declaration)
Function DeterminePrerequisiteAddOnIds ( _
	addOnId As Id _
) As IIdList
C#
IIdList DeterminePrerequisiteAddOnIds(
	Id addOnId
)
Visual C++
IIdList^ DeterminePrerequisiteAddOnIds(
	Id^ addOnId
)
JavaScript
function determinePrerequisiteAddOnIds(addOnId);

Parameters

addOnId
Type: FileNet.Api.Util..::.Id
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.

ToggleSee Also