OperationScopeAction Constants

Top  Previous  Next

These are the constants used to indicate the scope of the operation. The value is specified in the constructor of the UserOptions class.

Constant

Description

AskUserExcludingProcedureAndSelectionScopes

The scope will be asked to the user and the options will not include the Procedure and Selection scopes.

AskUserIncludingProcedureAndSelectionScopes

The scope will be asked to the user and the options will include the Procedure and Selection scopes.

AskUserIncludingProcedureScopeAndExcludingSelectionScope

The scope will be asked to the user and the options will include the Procedure scope, but not the Selection scope.

UseSolutionScope

The scope will not be asked to the user and it will be the Solution scope.

See Also:

UserOption Class