 | 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.12.1
Syntaxpublic ActionEditDialog(
Action action,
bool supportV1Only = false,
AvailableActions allowedActions = AvailableActions.AllActions
)
Request Example
View SourceParameters
- action Action
- The action.
- supportV1Only Boolean (Optional)
- true if supports V1 only; otherwise, false.
- allowedActions AvailableActions (Optional)
- The allowed actions.
See Also