Indicates whether the object is marked (flagged) for deletion. If true, the object is the original object explicitly marked for deletion by a user, or the object is referenced by the original object through an object-valued property (OVP), and, therefore, was marked for deletion by the server.

Objects marked for deletion are represented by a ICmRecoveryItem object, through which the objects can be either recovered or purged (removed from the object store database).

See Recovery Bin Concepts.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property CmIsMarkedForDeletion As Nullable(Of Boolean)
C#
Nullable<bool> CmIsMarkedForDeletion { get; }
Visual C++
property Nullable<bool> CmIsMarkedForDeletion {
	Nullable<bool> get ();
}
JavaScript
function get_cmIsMarkedForDeletion();

ToggleRemarks

ToggleSee Also