Folder Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see Folder members.
| Name | Description | |
|---|---|---|
![]() | AddFiles | The AddFiles() method opens the dialog for adding files to a folder. |
![]() | AddURL | The AddURL() method opens the dialog for adding a URL to a folder. |
![]() | CopyContents | The CopyContents() method opens the Copy Contents dialog to allow the user to copy the contents of the folders to and from the entity's directories. |
![]() | Delete | The Delete() method deletes the current folder from the Folder_File table. This will remove all the folder files from the Folder_File table. Any future calls to the Save() method will do nothing. |
![]() | DeleteFile | The DeleteFile() method removes the specified file from the item. It does not delete the file from the file system. |
![]() | Refresh | The Refresh() method rereads the folder information, including the folder files from the database. |
![]() | RefreshFiles | The RefreshFiles() method rereads the folder files from the database. It does not update any folder information. |
![]() | ReplaceFile | The ReplaceFile() method opens a dialog to allow the user to select a file to replace the specified file. |
![]() | Save | The Save() method saves the new folder information to the database. |
