Specifies if documents replicated to or from the external repository should be prevented from being deleted in that repository.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also