Specifies a list of IDs that identify the add-on versions logically produced as a result of applying this 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 ToVersions As IIdList
C#
IIdList ToVersions { get; set; }
C++
property IIdList ToVersions abstract  {
    IIdList get();
    void set(IIdList value);
}
J#
/** property */
public IIdList get_ToVersions();

/** property */
public void set_ToVersions(IIdList value);
JScript
public function get ToVersions() : IIdList

public function set ToVersions(value : IIdList);

Remarks

See Also