Specifies the default retention period. A positive value represents the number of
days the content element must be retained. Other possible values are:
Namespace:
FileNet.Api.Admin- 0: No minimum retention period (content may be deleted at any time).
- -1: Infinite retention period (content can never be deleted).
- -2: Same retention period as the associated fixed content device. (For FixedStorageArea objects only.)
- -101: Reserved for internal use only.
- -102: Retention period is not supported. This is the default if no RetentionPeriod value has been defined for the storage area.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DefaultRetentionDays As Nullable(Of Integer) |
C# |
---|
Nullable<int> DefaultRetentionDays { get; set; } |
Visual C++ |
---|
property Nullable<int> DefaultRetentionDays { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_defaultRetentionDays(); function set_defaultRetentionDays(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: -101
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ