A flag that indicates that replication will be permanently disabled on documents and annotations after the content has been moved. This property supports the use case of decommissioning an external repository that is no longer needed.

Set this property to true to disable replication on federated documents and annotations after the content is moved to a P8 storage area. After moving the content, the server sets the ReplicationGroup property to null on documents and annotations.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also