Click or drag to resize
Task Scheduler Managed Class Library

ActionEditDialog(Action, Boolean, AvailableActions) Constructor

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.12.1
Syntax
C#
public ActionEditDialog(
	Action action,
	bool supportV1Only = false,
	AvailableActions allowedActions = AvailableActions.AllActions
)
Request Example View Source

Parameters

action  Action
The action.
supportV1Only  Boolean  (Optional)
true if supports V1 only; otherwise, false.
allowedActions  AvailableActions  (Optional)
The allowed actions.
See Also