Click or drag to resize

EvaluationOptions Properties

The EvaluationOptions type exposes the following members.

Properties
  NameDescription
Public propertyIncludeExistingExceptions
Should all found exceptions be returned? Otherwise, only new exceptions will be returned. Regardless, only new exceptions will be persisted.
Public propertyLaunchSurveys
Should survey(s) be launched/updated for managing the exceptions that we find? Is ignored if PersistExceptions is false.
Public propertyPersistExceptions
Should exception data objects be created and saved based on the exceptions that we find?
Public propertyPreventiveEvaluation
Set to true if the evaluation is due to running in preventive mode
Public propertySpecificObjectIds
Holds data object ids. If non-empty we'll only evaluate the policy against those data objects.
Top
See Also