GetFiles Method (Folders)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetFiles() method retrieves the folder files associated with the folder specified by the item ID, operation ID, entity ID, and version ID. This includes any files associated with the item for which the folder is built.
Parameters
- itemID
- Required. Holds the item ID.
- operID
- Required. Holds the operation ID.
- entID
- Required. Holds the entity ID.
- verID
- Required. Holds the folder version ID.
Return Value
Returns a DataSet that contains the files associated with the folder. If there
are no files associated with the folder, the DataSet will be empty.