A value indicating whether some particular document feature gets passed on as a default feature for the next document version. The passed-on feature can be a property value or a component relationship. When the CopyToReservation property value is true, source document checkout causes the source feature to be replicated for the newly created document reservation object.

For a IPropertyDefinition 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 IPropertyDescription object, CopyToReservation is read only.

For a IComponentRelationship 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 IComponentRelationship 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.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property CopyToReservation As Nullable(Of Boolean)
C#
Nullable<bool> CopyToReservation { get; set; }
Visual C++
property Nullable<bool> CopyToReservation {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_copyToReservation();
function set_copyToReservation(value);

ToggleRemarks

ToggleSee Also