Represents a pending action for installing an add-on. When you call the
method, the API automatically creates an instance of the
class, and adds it to the underlying object's collection of
objects.
Namespace: FileNet.Api.Action
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> Public Class InstallAddOn Inherits PendingAction |
C# |
---|
[SerializableAttribute] public class InstallAddOn : PendingAction |
C++ |
---|
[SerializableAttribute] ref class InstallAddOn : PendingAction |
J# |
---|
/** @attribute SerializableAttribute() */ public class InstallAddOn extends PendingAction |
JScript |
---|
public SerializableAttribute class InstallAddOn extends PendingAction |
Inheritance Hierarchy
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.