Provides a set of constants that identify the type of sweep result record.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration SweepResultType |
C# |
---|
public enum SweepResultType |
Visual C++ |
---|
public enum class SweepResultType |
JavaScript |
---|
FileNet.Api.Constants.SweepResultType = function(); FileNet.Api.Constants.SweepResultType.createEnum('FileNet.Api.Constants.SweepResultType', false); |
Members
Type | Member name | Description |
---|---|---|
PREVIEW |
The result record is of type preview. This indicates that the sweep executed
in preview mode, and the sweep would attempt to process the source object
if the sweep were operating in normal execution mode.
(No processing occurs in preview mode.)
| |
FAILURE |
The result record is of type failure. This indicates that a sweep executed
in normal mode and failed to process the swept object.
|