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.CoreAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: 32
PropertyMinimumInteger32: 16
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ