TaskFolderSetAccessControl Method

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

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public void SetAccessControl(
	TaskSecurity taskSecurity
)

Parameters

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

See Also