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.
Namespace:
FileNet.Api.SweepThis property is settable only on the ICmRetentionUpdateJob class definition. The MODIFY_RETENTION permission is required on the object store to change the property.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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(); |
Remarks
Metadata
AllowsDefaultChange: true
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ