The resource status (ResourceStatus property) of an IBM Content Search Services index has four possible values: OPEN, CLOSED, FULL, and UNAVAILABLE. Of these possible status values, only the OPEN, CLOSED, and UNAVAILABLE values can be set directly by using the API. The FULL status value can be set only by the Content Engine server.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly CBR_TS_INVALID_INDEX_STATUS As ExceptionCode
C#
public static readonly ExceptionCode CBR_TS_INVALID_INDEX_STATUS
Visual C++
public:
static initonly ExceptionCode^ CBR_TS_INVALID_INDEX_STATUS
JavaScript
FileNet.Api.Exception.ExceptionCode.cbR_TS_INVALID_INDEX_STATUS

ToggleSee Also