ActionEditDialog(Action, Boolean, AvailableActions) Constructor
Initializes a new instance of the
ActionEditDialog class with the provided action.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
public ActionEditDialog(
Action action,
bool supportV1Only = false,
AvailableActions allowedActions = AvailableActions.AllActions
)
Parameters
- action Action
- The action.
- supportV1Only Boolean (Optional)
- true if supports V1 only; otherwise, false.
- allowedActions AvailableActions (Optional)
- The allowed actions.