A DeviceRetentionMode constant that specifies the retention mode of this fixed storage area relative to a fixed content device. Both retention modes apply only to checked-in documents that have their content stored on a fixed content device.

This property can have one of the following values:

  • ALIGNED: Specifies an alignment relative to a fixed content device. Documents checked in on a fixed storage area in aligned mode have retention enforced by both the Content Engine server and the fixed content device. In this mode, the fixed content device must support the retention period specified by the value of the CmRetentionDate property of the document, or else the operation fails. If the source location of the content data of a document is on a fixed content device that is under aligned mode, the content data can only be deleted or moved if the retention period of the document has expired.
  • NOT_ALIGNED: Specifies no alignment relative to a fixed content device. In this mode, retention is enforced by the Content Engine server only.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property CmDeviceRetentionMode As DeviceRetentionMode
C#
DeviceRetentionMode CmDeviceRetentionMode { get; set; }
Visual C++
property DeviceRetentionMode CmDeviceRetentionMode {
	DeviceRetentionMode get ();
	void set (DeviceRetentionMode value);
}
JavaScript
function get_cmDeviceRetentionMode();
function set_cmDeviceRetentionMode(value);

ToggleRemarks

ToggleSee Also