The number of days to retain a Content Engine object that has been archived with an IBM Tivoli Storage Manager server before it is deleted. For management classes that represent a chronological retention scheme, this property determines the length of the retention period; otherwise, this property must be set to 0.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property TSMRetentionPeriod As Nullable(Of Integer)
C#
Nullable<int> TSMRetentionPeriod { get; }
C++
property Nullable<int> TSMRetentionPeriod abstract  {
    Nullable<int> get();
}
J#
/** property */
public Nullable<int> get_TSMRetentionPeriod();
JScript
public function get TSMRetentionPeriod() : Nullable<int>

Remarks

See Also