Returns the AddOn IDs for which installation is required prior to the installation of the AddOn specified by
. If the AddOn identified by
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
- The ID of the 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
.