Indicates whether an
object prevents the deletion of Clips or Blobs on the Centera device (true) or not (false). If true, the provider never attempts to delete Clips or Blobs and all content is left completely intact on the Centera device. Note that normally this setting has no impact on enforcement of the retention period (the storage area honors the retention period and prevents deletion when appropriate).
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property NeverDeleteClipsOrContent As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> NeverDeleteClipsOrContent { get; set; } |
C++ |
---|
property Nullable<bool> NeverDeleteClipsOrContent abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_NeverDeleteClipsOrContent(); /** property */ public void set_NeverDeleteClipsOrContent(Nullable<bool> value); |
JScript |
---|
public function get NeverDeleteClipsOrContent() : Nullable<bool> public function set NeverDeleteClipsOrContent(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ