Creates a new instance of the InstallAddOn pending action object.
Namespace:
FileNet.Api.Action
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ addOnId As String _ ) |
| C# |
|---|
public InstallAddOn( string addOnId ) |
| Visual C++ |
|---|
public: InstallAddOn( String^ addOnId ) |
| JavaScript |
|---|
FileNet.Api.Action.InstallAddOn = function(addOnId); |
Parameters
- addOnId
- Type: System..::.String
A String containing the identifier (GUID) of the AddOn object to be installed.