AddDirectory(Int32,Int32,String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
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.
Parameters
- entID
- Required. Holds the ID of the entity to whose directories this directory is being added.
- seqNo
Required. Holds the sequence number of the directory. To indicate that the directory is an upload directory, set the sequence number to -1. To indicate that the directory is a download directory, set the sequence number to an integer of 0 or greater, where the integer indicates the order of the directory in the list of download directories.
- directory
- Required. Holds the name of the directory.