A DurationUnits constant that specifies the time unit in which the retention duration period (DefaultRetentionPeriod property of a class definition, or RetentionDurationUpdate property of a retention update policy or retention update job) is expressed. For example, if the RetentionPeriodUnits property is set to MONTHS and the DefaultRetentionPeriod property is set to 5, the retention duration period is 5 months.

On a class description, RetentionPeriodUnits is read only.

Namespace:  FileNet.Api.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property RetentionPeriodUnits As Nullable(Of Integer)
C#
Nullable<int> RetentionPeriodUnits { get; }
Visual C++
property Nullable<int> RetentionPeriodUnits {
	Nullable<int> get ();
}
JavaScript
function get_retentionPeriodUnits();

ToggleRemarks

ToggleSee Also