A ReservationType constant that specifies the type of this document reservation (collaborative or exclusive) or whether its reservation type is the same as the default object store setting. A collaborative reservation is a reservation that any user with the appropriate permissions can check in, modify, or delete. An exclusive reservation is a reservation that only the user who checked out the document can check in. This user and a user with Full Control access can delete the reservation.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ReservationType As Nullable(Of ReservationType)
C#
Nullable<ReservationType> ReservationType { get; }
Visual C++
property Nullable<ReservationType> ReservationType {
	Nullable<ReservationType> get ();
}
JavaScript
function get_reservationType();

ToggleRemarks

ToggleSee Also