ItemFile Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by ItemFile.
| Name | Description | |
|---|---|---|
![]() | FilesDS | The FilesDS property is a read-only property that contains the DataSet representing the item's files. |
![]() | ItemID | The ItemID property is a read-only property that contains the Item ID. |
![]() | NeedsSaved | The NeedsSaved property is a read-only property that contains a flag that indicates whether or not the folder information has changed and therefore needs to be saved. |
![]() | NewFilesDS | The NewFilesDS property contains the new DataSet of item files. |
| Name | Description | |
|---|---|---|
![]() | AddFiles | The AddFiles() method opens a dialog for adding files to an item. |
![]() | AddURL | The AddURL() method opens a dialog for adding a URL to an item. |
![]() | 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 re-reads the current item's file information from the database. |
![]() | 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 file information to the database. |


