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)

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<boolvalue);
}
J#
/** property */
public Nullable<bool> get_NeverDeleteClipsOrContent();

/** property */
public void set_NeverDeleteClipsOrContent(Nullable<boolvalue);
JScript
public function get NeverDeleteClipsOrContent() : Nullable<bool>

public function set NeverDeleteClipsOrContent(value : Nullable<bool>);

Remarks

See Also