GetFolderFiles Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetFolderFiles() method retrieves the folder files associated with the folder specified by the item ID. The results can also be filtered by operation ID, operation description, entity ID, and version ID. This includes any files associated with the item for which the folder is built. If a folder is not completely specified, only item files are returned.
public static DataSet GetFolderFiles(
string itemID,
string operID,
string operDesc,
Nullable<int> entID,
string verID
)
Parameters
- itemID
- Optional. Holds the item ID of the folder.
- operID
- Optional. Holds the operation ID of the folder.
- operDesc
- Optional. Holds the operation description of the folder.
- entID
- Optional. Holds the entity ID of the folder.
- verID
- Optional. Holds the version ID of the folder.
Return Value
Returns a DataSet that contains the files associated with the folder or the item.
If there are no files associated with the folder or item, the DataSet will be
empty.