The sweep action object that defines the actions to be taken when a custom sweep is invoked. Set this property to a ICmSweepAction object.

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

ToggleSyntax

Visual Basic (Declaration)
Property SweepAction As ICmSweepAction
C#
ICmSweepAction SweepAction { get; set; }
Visual C++
property ICmSweepAction^ SweepAction {
	ICmSweepAction^ get ();
	void set (ICmSweepAction^ value);
}
JavaScript
function get_sweepAction();
function set_sweepAction(value);

ToggleRemarks

ToggleSee Also