Returns the feature 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
- An
object representing the ID of the feature addon to be installed. Example:Id SystemAddOnId.PUBLISHING
Return Value
A collection of addon IDs that must be installed prior to installation of the addon specified by
.