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.Meta
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
ReadOnly Property DefaultRetentionPeriod As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> DefaultRetentionPeriod { get; } |
| Visual C++ |
|---|
property Nullable<int> DefaultRetentionPeriod { Nullable<int> get (); } |
| JavaScript |
|---|
function get_defaultRetentionPeriod(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ