Instead of a retention period, the DefaultRetentionPeriod property can be set to one of the following RetentionConstants constants:
- INDEFINITE: Indefinite retention period. Specifies that the instance of the class defined by this class definition can only be deleted if its CmRetentionDate property has been converted to a expiration date and time and that date and time is in the past.
- PERMANENT: Permanent retention period. Specifies that the instance of the class defined by this class definition can never be deleted.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property DefaultRetentionPeriod As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> DefaultRetentionPeriod { get; set; } |
| Visual C++ |
|---|
property Nullable<int> DefaultRetentionPeriod { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_defaultRetentionPeriod(); function set_defaultRetentionPeriod(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE_ACL
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: none
PropertyMinimumInteger32: -2
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ