Represents a record that contains information pertaining to the installation of an add-on. An AddOnInstallationRecord object is created whenever an AddOn or UpgradeAddOn object is installed on an object store.


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

Syntax

Visual Basic (Declaration)
Public Interface IAddOnInstallationRecord
    Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IAddOnInstallationRecord : IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class IAddOnInstallationRecord : IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface IAddOnInstallationRecord implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface IAddOnInstallationRecord extends IRepositoryObject, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject

See Also