Indicates whether an ICenteraFixedContentDevice 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)
Visual Basic (Declaration) |
---|
Property NeverDeleteClipsOrContent As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> NeverDeleteClipsOrContent { get; set; } |
Visual C++ |
---|
property Nullable<bool> NeverDeleteClipsOrContent {
Nullable<bool> get ();
void set (Nullable<bool> value);
} |
JavaScript |
---|
function get_neverDeleteClipsOrContent();
function set_neverDeleteClipsOrContent(value); |