Click or drag to resize
Task Scheduler Managed Class Library

ActionEditDialog Constructor (Action, Boolean, AvailableActions)

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

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax
public ActionEditDialog(
	Action action,
	bool supportV1Only = false,
	AvailableActions allowedActions = AvailableActions.AllActions
)
Request Example View Source

Parameters

action
Type: Microsoft.Win32.TaskSchedulerAction
The action.
supportV1Only (Optional)
Type: SystemBoolean
true if supports V1 only; otherwise, false.
allowedActions (Optional)
Type: Microsoft.Win32.TaskSchedulerAvailableActions
The allowed actions.
See Also