Returns an identifier for the add-on to be applied to the underlying object for this pending action.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetAddOnId As String
C#
public virtual string GetAddOnId()
Visual C++
public:
virtual String^ GetAddOnId()
JavaScript
function getAddOnId();

Return Value

Returns a String containing the identifier (GUID) of the AddOn object to be installed.

ToggleSee Also