Indicates the AddOn that installed this object. If null, this object was either created by the system or an external application.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property InstalledByAddOn As IAddOn
C#
IAddOn InstalledByAddOn { get; }
Visual C++
property IAddOn^ InstalledByAddOn {
	IAddOn^ get ();
}
JavaScript
function get_installedByAddOn();

ToggleRemarks

ToggleSee Also