Indicates that the source content is subject to fixed content device retention and was copied to a new a new storage area. However, the content on the fixed content device was not deleted by the move content operation.

Retained content on a fixed content device can be copied to a new storage area, depending on how the CopyRetainedContent property is set on ICmBulkMoveContentJob.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SourceContentRetained As Nullable(Of Boolean)
C#
Nullable<bool> SourceContentRetained { get; }
Visual C++
property Nullable<bool> SourceContentRetained {
	Nullable<bool> get ();
}
JavaScript
function get_sourceContentRetained();

ToggleRemarks

ToggleSee Also