Specifies a ReservationType constant that indicates, if an explicit choice is not made when a document is checked out, the default type of reservation to create (collaborative or exclusive) in this object store. For a newly created object store, this property is initialized to EXCLUSIVE. 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, modify, or delete.

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

ToggleSyntax

Visual Basic (Declaration)
Property DefaultReservationType As ReservationType
C#
ReservationType DefaultReservationType { get; set; }
Visual C++
property ReservationType DefaultReservationType {
	ReservationType get ();
	void set (ReservationType value);
}
JavaScript
function get_defaultReservationType();
function set_defaultReservationType(value);

ToggleRemarks

ToggleSee Also