Specifies whether data retention protection is enabled on the IBM® Tivoli® Storage Manager (TSM) server (true) or not (false). This property corresponds to the ENABLEARCHIVERETENTIONPROTECTION option in a TSM options file and must match the data retention protection setting on the TSM server.

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

ToggleSyntax

Visual Basic (Declaration)
Property TSMArchiveProtectionFlag As Nullable(Of Boolean)
C#
Nullable<bool> TSMArchiveProtectionFlag { get; set; }
Visual C++
property Nullable<bool> TSMArchiveProtectionFlag {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_tsmArchiveProtectionFlag();
function set_tsmArchiveProtectionFlag(value);

ToggleRemarks

ToggleSee Also