Represents a collection of AddOnInstallationRecord objects.

Namespace:  FileNet.Api.Collection
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IAddOnInstallationRecordList _
	Implements IDependentObjectList, IEngineCollection, ICloneable, IList,  _
	ICollection, IEnumerable
C#
public interface IAddOnInstallationRecordList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
Visual C++
public interface class IAddOnInstallationRecordList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
JavaScript
FileNet.Api.Collection.IAddOnInstallationRecordList = function();
FileNet.Api.Collection.IAddOnInstallationRecordList.createInterface('FileNet.Api.Collection.IAddOnInstallationRecordList');

ToggleSee Also