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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IAddOnInstallationRecord _
	Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IAddOnInstallationRecord : IRepositoryObject, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IAddOnInstallationRecord : IRepositoryObject, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.IAddOnInstallationRecord = function();
FileNet.Api.Admin.IAddOnInstallationRecord.createInterface('FileNet.Api.Admin.IAddOnInstallationRecord');

ToggleRemarks

Metadata

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

ToggleSee Also