CopyToReservation
property value is true, source document checkout causes the source feature to be replicated for the newly created document reservation object. For a
object, a value indicating whether the value of the property defined by this property definition should be copied, during checkout, from the source document to the newly created reservation object.
For a
object, a value indicating whether this object gets copied, during checkout of the parent component source document, for the newly created reservation object. The reservation object becomes the parent component for the new copy of this
object. Consequently, both the reservation object and the source document have an equivalent component relationship with the same child document. Note that the reservation object behaves like any other document with respect to compound document properties and relationships.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property CopyToReservation As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> CopyToReservation { get; set; } |
C++ |
---|
property Nullable<bool> CopyToReservation abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_CopyToReservation(); /** property */ public void set_CopyToReservation(Nullable<bool> value); |
JScript |
---|
public function get CopyToReservation() : Nullable<bool> public function set CopyToReservation(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ