The RetentionConstants type exposes the following members.

ToggleFields

Type NameDescription
Public fieldStatic memberINDEFINITE
Specifies an indefinite retention period for a CmRetentionDate property. An object with an indefinite retention period can be deleted only if its CmRetentionDate property is changed to an expiration date and time and that date and time is in the past.
Public fieldStatic memberINDEFINITE_PERIOD
Specifies an indefinite retention period for a DefaultRetentionPeriod property. An object with an indefinite retention period can be deleted only if its CmRetentionDate property is changed to an expiration date and time and that date and time is in the past.
Public fieldStatic memberPERMANENT
Specifies a permanent retention period for a CmRetentionDate property. An object with a permanent retention period can never be deleted.
Public fieldStatic memberPERMANENT_PERIOD
Specifies a permanent retention period for a DefaultRetentionPeriod property. An object with a permanent retention period can never be deleted.

ToggleSee Also