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

ToggleSyntax

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

ToggleSee Also