Specifies a
constant that explicitly indicates 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 reservation owner can check in, modify, or delete.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property ReservationType As Nullable(Of ReservationType) |
C# |
---|
Nullable<ReservationType> ReservationType { get; } |
C++ |
---|
property Nullable<ReservationType> ReservationType abstract { Nullable<ReservationType> get(); } |
J# |
---|
/** property */ public Nullable<ReservationType> get_ReservationType(); |
JScript |
---|
public function get ReservationType() : Nullable<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