Provides a set of constants that identify whether the installation of an add-on
is optional or recommended.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Members
Type | Member name | Description |
---|---|---|
OPTIONAL |
Specifies that the installation of an add-on is optional.
| |
RECOMMENDED |
Specifies that the installation of an add-on is recommended.
|