Click or drag to resize
Task Scheduler Managed Class Library

TaskFolderSetAccessControl Method

Applies access control list (ACL) entries described by a TaskSecurity object to the file described by the current TaskFolder object.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public void SetAccessControl(
	TaskSecurity taskSecurity
)
Request Example View Source

Parameters

taskSecurity  TaskSecurity
A TaskSecurity object that describes an access control list (ACL) entry to apply to the current folder.
See Also