AddDirectory Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overload of the AddDirectory() method adds a directory to the directories of the current entity. A sequence number is passed to indicate whether the directory is an upload or download directory. The directory is saved in the dir table.
| Overload | Description |
|---|---|
| AddDirectory(Int32,String) | This overload of the AddDirectory() method adds a directory to the directories of the current entity. A sequence number is passed to indicate whether the directory is an upload or download directory. The directory is saved in the dir table. |
| AddDirectory(Int32,Int32,String) | This overload of the AddDirectory() method adds a directory to the directories of the specified entity. A sequence number is passed to indicate whether the directory is an upload or download directory. The directory is saved in the dir table. |