ActionEditDialog(Action, Boolean, AvailableActions) Constructor

Initializes a new instance of the ActionEditDialog class with the provided action.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
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.

See Also