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.Sweep
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property RetentionPeriodUnits As DurationUnits
C#
DurationUnits RetentionPeriodUnits { get; set; }
Visual C++
property DurationUnits RetentionPeriodUnits {
	DurationUnits get ();
	void set (DurationUnits value);
}
JavaScript
function get_retentionPeriodUnits();
function set_retentionPeriodUnits(value);

ToggleRemarks

ToggleSee Also