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
Description | |
---|---|
OPTIONAL | Specifies that the installation of an add-on is optional. |
RECOMMENDED | Specifies that the installation of an add-on is recommended. |