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.
Namespace:
FileNet.Api.CoreObjects 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.Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ