Specifies the retention mode of a fixed storage area relative to a fixed content device.
Both modes apply only to checked-in documents that have their content stored on a fixed content device.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration DeviceRetentionMode |
C# |
---|
public enum DeviceRetentionMode |
Visual C++ |
---|
public enum class DeviceRetentionMode |
JavaScript |
---|
FileNet.Api.Constants.DeviceRetentionMode = function(); FileNet.Api.Constants.DeviceRetentionMode.createEnum('FileNet.Api.Constants.DeviceRetentionMode', false); |
Members
Type | Member name | Description |
---|---|---|
ALIGNED |
Indicates 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 |
Indicates no alignment relative to a fixed content device. In this mode, retention is enforced by the Content Engine server only.
|