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)

ToggleSyntax

Visual Basic (Declaration)
Property FromVersions As IIdList
C#
IIdList FromVersions { get; set; }
Visual C++
property IIdList^ FromVersions {
	IIdList^ get ();
	void set (IIdList^ value);
}
JavaScript
function get_fromVersions();
function set_fromVersions(value);

ToggleRemarks

ToggleSee Also