GetTargetStorageLocationsTree Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetTargetStorageLocationsTree() method retrieves a list of all entities, movable or non-movable, that contain inventory. This method is similar to the GetTargetStorageLocations() method, except that it returns additional parent, child, and entity tree information about the entities.
| Overload | Description |
|---|---|
| GetTargetStorageLocationsTree(String,String,Nullable<Int32>) | The GetTargetStorageLocationsTree() method retrieves a list of all entities, movable or non-movable, that contain inventory. This method is similar to the GetTargetStorageLocations() method, except that it returns additional parent, child, and entity tree information about the entities. For this overload of the method, the optional entity filter is identified by its entity ID. |
| GetTargetStorageLocationsTree(String,String,String,String) | The GetTargetStorageLocationsTree() method retrieves a list of all entities, movable or non-movable, that contain inventory. This method is similar to the GetTargetStorageLocations() method, except that it returns additional parent, child, and entity tree information about the entities. For this overload of the method, the optional entity filter is identified by its entity name and site name. |