Provides a set of constants that identify whether the installation of an add-on is optional or recommended.

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

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration AddOnType
C#
public enum AddOnType
Visual C++
public enum class AddOnType
JavaScript
FileNet.Api.Constants.AddOnType = function();
FileNet.Api.Constants.AddOnType.createEnum('FileNet.Api.Constants.AddOnType', false);

ToggleMembers

TypeMember nameDescription
OPTIONAL
Specifies that the installation of an add-on is optional.
RECOMMENDED
Specifies that the installation of an add-on is recommended.

ToggleSee Also