Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
Folder
Collection
Add Method
Adds an item to the
ICollection
T
.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
void
Add
(
TaskFolder
item
)
Parameters
item
TaskFolder
The object to add to the
ICollection
T
.
Exceptions
NotImplementedException
This action is technically unfeasible due to limitations of the underlying library. Use the
CreateFolder(String, String, Boolean)
instead.
See Also
Reference
TaskFolderCollection Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Exceptions
See Also