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