GetStorageExecDescendents Method (Storage)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetStorageExecDescendents() method retrieves one or more storage records from the Storage_Exec table, as specified by the filter parameters. Passing no filter parameters will retrieve all storage records from the table.
If an entity is specified, this method returns all the storage entities currently located at the specified entity and all the storage entities located at the contained storage entities. If no entity is specified, this method returns all the storage entities that have no location, and all the entities located at those entities.
Parameters
- entID
- Optional. Holds the ID of the entity for which descendents should be fetched. Set to null if all top-level storage entities should be fetched.
Return Value
Returns a DataSet that contains all the records in the Storage_Exec table that satisfy the specified filters. If no matching records are found, an empty DataSet is returned.
The columns of the returned DataSet are described below.