Specifies the action to be taken with respect to a given object-valued property when an attempt is made to delete the object that contains the property. The value of this property can specify that a cascading delete action be taken on all objects referenced by the property (for example, if you delete a document, the Content Engine automatically deletes all of the annotations associated with it); or that the deletion action be prevented (for example, the Content Engine will not allow you to delete a folder until all of its associated sub-folders are deleted); or that no special action be taken during a delete (for example, the Content Engine will not prevent you from deleting an annotation that is associated with a document).
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DeletionAction As Nullable(Of DeletionAction) |
C# |
---|
Nullable<DeletionAction> DeletionAction { get; set; } |
C++ |
---|
property Nullable<DeletionAction> DeletionAction abstract { Nullable<DeletionAction> get(); void set(Nullable<DeletionAction> value); } |
J# |
---|
/** property */ public Nullable<DeletionAction> get_DeletionAction(); /** property */ public void set_DeletionAction(Nullable<DeletionAction> value); |
JScript |
---|
public function get DeletionAction() : Nullable<DeletionAction> public function set DeletionAction(value : Nullable<DeletionAction>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 2
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ