Specifies a list of IDs corresponding to the prerequisite add-ons that must be installed prior to the installation of this add-on or upgrade add-on.


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

Syntax

Visual Basic (Declaration)
Property Prerequisites As IIdList
C#
IIdList Prerequisites { get; set; }
C++
property IIdList Prerequisites abstract  {
    IIdList get();
    void set(IIdList value);
}
J#
/** property */
public IIdList get_Prerequisites();

/** property */
public void set_Prerequisites(IIdList value);
JScript
public function get Prerequisites() : IIdList

public function set Prerequisites(value : IIdList);

Remarks

See Also