Represents a pending action for installing an add-on. When you call the InstallAddOn method, the API automatically creates an instance of the InstallAddOn class, and adds it to the underlying object's collection of PendingActions 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

System.Object
   FileNet.Api.Action.PendingAction
      FileNet.Api.Action.InstallAddOn

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.

See Also