GetDirectories(Object,Object) Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overload of the GetDirectories() method retrieves the directories for any specified entity or all entities if no entity ID is supplied. If a sequence number is supplied, it returns only the directories that match the sequence number.
Parameters
- entID
- Optional. Holds the ID of the entity whose directories are being retrieved. Set this value to null to retrieve the directories of all entities.
- seqNo
- Optional. Holds the integer representing the sequence number of the desired directory. Set this value to null if all directories are desired.
Return Value
Returns a DataSet containing the matching rows from the dir table.