Method AddFile
AddFile(string)
Add a reference to a Tedds document file to the end of the collection of project items
Declaration
IProjectFileItem AddFile(string FilePath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | FilePath | Full file path of the file to add |
Returns
| Type | Description |
|---|---|
| IProjectFileItem | New project file object |