Method AddFolder
AddFolder(string)
Add a new folder to the end of the collection of project items
Declaration
IProjectFolderItem AddFolder(string Name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | Name | Name of the folder |
Returns
| Type | Description |
|---|---|
| IProjectFolderItem | New project folder object |