Represents a collection of AddOnInstallationRecord objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IAddOnInstallationRecordList
    Implements IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IAddOnInstallationRecordList : IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IAddOnInstallationRecordList : IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IAddOnInstallationRecordList implements IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IAddOnInstallationRecordList extends IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also