A flag that indicates whether or not retention on retainable objects can be reduced. If this property is false, attempts to reduce retention are ignored.

This property is settable only on the ICmRetentionUpdateJob class definition. The MODIFY_RETENTION permission is required on the object store to change the property.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property AllowRetentionReduction As Nullable(Of Boolean)
C#
Nullable<bool> AllowRetentionReduction { get; }
Visual C++
property Nullable<bool> AllowRetentionReduction {
	Nullable<bool> get ();
}
JavaScript
function get_allowRetentionReduction();

ToggleRemarks

ToggleSee Also