CreateFolder
Creates a new folder as a child of this project item.
Signature
CreateFolder(in i_strFolderName:String) -> ProjectItem |
Parameters
Name | Type | Description |
---|---|---|
i_strFolderName | String | The name of the folder to create. |
Errors
Error code | Description |
---|---|
1700 | The object is no longer valid. |
1701 | Invalid folder name or invalid address for the return parameter was specified. |
1702 | The project item does not support children. |