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)

Syntax

Visual Basic (Declaration)
Public Enum AddOnType
C#
public enum AddOnType
C++
public enum class AddOnType
J#
public enum AddOnType
JScript
public enum AddOnType

Members

Member NameDescription
OPTIONALSpecifies that the installation of an add-on is optional.
RECOMMENDEDSpecifies that the installation of an add-on is recommended.

See Also