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)
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _
Public Class InstallAddOn _
Inherits PendingAction |
| C# |
|---|
[SerializableAttribute]
public class InstallAddOn : PendingAction |
| Visual C++ |
|---|
[SerializableAttribute]
public ref class InstallAddOn : public PendingAction |