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.
Namespace:
FileNet.Api.AdminThis 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 1
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ