GetLocEnts Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetLocEnts() method retrieves a data structure that represents a tree of the specified storage entity and its movable entities. Movable entities can include other movable entities.
| Overload | Description |
|---|---|
| GetLocEnts(Int32) | The GetLocEnts() method retrieves a data structure that represents a tree of the specified storage entity and its movable entities. Movable entities can include other movable entities. For this overload of the method, the entity is identified by its entity ID. |
| GetLocEnts(String,String) | The GetLocEnts() method retrieves a data structure that represents a tree of the specified storage entity and its movable entities. Movable entities can include other movable entities. For this overload of the method, the entity is identified by its entity name and site name. |