Provides a set of constants that specify the type of reservation created for a checked-out document.

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

ToggleSyntax

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

ToggleMembers

TypeMember nameDescription
COLLABORATIVE
Specifies a collaborative reservation, which is a reservation that any user with the appropriate permissions can check in, modify, or delete.
EXCLUSIVE
Specifies an exclusive reservation. For this type of reservation, only the user who checked out the document can check it in. This user and a user with Full Control access can delete the reservation.
REPLICATED
This constant is not supported.
OBJECT_STORE_DEFAULT
Specifies that the reservation type is the same as the default reservation type for the object store, which is specified by the DefaultReservationType property.

ToggleSee Also