GetPreferredFolders Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetPreferredFolders() method returns a DataSet containing all the preferred folders filtered by item ID, operation ID, and operation description. The folders can be further filtered by an entity ID.
Parameters
- itemID
- Required. Holds the item ID of the folders.
- operID
- Required. Holds the operation ID of the folders.
- entID
- Optional. Holds the entity ID of the folders. Pass null if no entity ID is being specified.
Return Value
Returns a Dataset that contains all the preferred folders the specified
parameters. If only an item ID is passed, the DataSet will be null.