Provides a set of constants that identify the state of the Rendition Engine connection.

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

ToggleSyntax

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

ToggleMembers

TypeMember nameDescription
ENABLED
Specifies that the Rendition Engine connection is enabled.
SUSPENDED
Specifies that the Rendition Engine connection is suspended.
UNINITIALIZED
Specifies that the Rendition Engine connection has not been initialized.

ToggleSee Also