Specifies a list of IDs that identify the add-on versions upgraded by an UpgradeAddOn object. The list must contain one or more IDs (and will usually contain only one).


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

Syntax

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

/** property */
public void set_FromVersions(IIdList value);
JScript
public function get FromVersions() : IIdList

public function set FromVersions(value : IIdList);

Remarks

See Also