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)

ToggleSyntax

Visual Basic (Declaration)
Property ToVersions As IIdList
C#
IIdList ToVersions { get; set; }
Visual C++
property IIdList^ ToVersions {
	IIdList^ get ();
	void set (IIdList^ value);
}
JavaScript
function get_toVersions();
function set_toVersions(value);

ToggleRemarks

ToggleSee Also