Folder Class Members
- Last UpdatedNov 06, 2025
- 5 minute read
The following tables list the members exposed by Folder.
| Name | Description | |
|---|---|---|
![]() | DesignHold | The DesignHold property is a read-only property that contains the folder's design hold state in the database. |
![]() | EntID | The EntID property is a read-only property that contains the folder's entity ID. |
![]() | FilesDS | The FilesDS property is a read-only property that contains the DataSet representing the files in the folder. |
![]() | ItemID | The ItemID property is a read-only property that contains the folder's item ID. |
![]() | LastEditAt | The LastEditAt property is a read-only property that contains the date/time of the last edit of this folder. |
![]() | LastEditBy | The LastEditBy property is a read-only property that contains the name of the user who last changed the folder. |
![]() | LastEditComment | The LastEditComment property is a read-only property that contains the comment of the user who last changed the folder. |
![]() | ModID | The ModID property is a read-only property that contains the mod ID of this folder. |
![]() | 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. |
![]() | NewDesignHold | The NewDesignHold property contains the new value for the design hold. |
![]() | NewFilesDS | The NewFilesDS property contains the new DataSet of folder files. |
![]() | NewLastEditComment | The NewLastEditComment property contains the new value for the last edit comment. |
![]() | NewNotes | The NewNotes property contains the new value for the notes. |
![]() | NewOperDesc | The NewOperDesc property contains the new value for the operation description. |
![]() | NewPreferredVer | The NewPreferredVer property contains the new value for the preferred version. |
![]() | NewUDF1 | The NewUDF1 property contains the new value for the first user-defined field. |
![]() | NewUDF2 | The NewUDF2 property contains the new value for the second user-defined field. |
![]() | Notes | The Notes property is a read-only property that contains the folder's notes value in the database. |
![]() | OperDesc | The OperDesc property is a read-only property that contains the folder's operation description value in the database. |
![]() | OperID | The OperID property is a read-only property that contains the folder's operation ID. |
![]() | PreferredVer | The PreferredVer property is a read-only property that contains the folder's preferred version in the database. |
![]() | RowID | The RowID property is a read-only property that contains the folder's row ID in the database. |
![]() | UDF1 | The UDF1 property is a read-only property that contains the folder's first user-defined field value in the database. |
![]() | UDF2 | The UDF2 property is a read-only property that contains the folder's second user-defined field value in the database. |
![]() | VersionID | The VersionID property is a read-only property that contains the folder's version ID. |
| 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. |


