GetSrcInvLocsTree Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetSrcInvLocsTree() method retrieves a list of all entities identified by entities that contain items of serialized parts. This method is similar to the GetSrcInvLocs() method, except that it returns additional parent, child, and entity tree information about the entities.
| Overload | Description |
|---|---|
| GetSrcInvLocsTree(Int32,Nullable<Int32>,Nullable<Int32>,String,String,Nullable<Int32>,String,String) | The GetSrcInvLocsTree() method retrieves a list of all entities identified by entities that contain items of serialized parts. This method is similar to the GetSrcInvLocs() method, except that it returns additional parent, child, and entity tree information about the entities. For this overload of the method, the optional entity filters are identified by their entity ID. |
| GetSrcInvLocsTree(String,String,Nullable<Int32>,String,String,String,String,String,String,String) | The GetSrcInvLocsTree() method retrieves a list of all entities identified by entities that contain items of serialized parts. This method is similar to the GetSrcInvLocs() method, except that it returns additional parent, child, and entity tree information about the entities. For this overload of the method, the optional entity filters are identified by their entity names and site names. |