Specifies a
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
. 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) |
---|
Property DefaultReservationType As ReservationType |
C# |
---|
ReservationType DefaultReservationType { get; set; } |
C++ |
---|
property ReservationType DefaultReservationType abstract { ReservationType get(); void set(ReservationType value); } |
J# |
---|
/** property */ public ReservationType get_DefaultReservationType(); /** property */ public void set_DefaultReservationType(ReservationType value); |
JScript |
---|
public function get DefaultReservationType() : ReservationType public function set DefaultReservationType(value : ReservationType); |
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