ItemServicesGetItemHistoricalRelationships Method |
Retrieves a list of the historical, immediate parent/child relationships that have existed over time for the specified
Item.
Namespace:
FactoryLogix.xTend.Logistics
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<HistoricalRelationship> GetItemHistoricalRelationships(
Guid sessionId,
Guid itemId
)
Public Function GetItemHistoricalRelationships (
sessionId As Guid,
itemId As Guid
) As IEnumerable(Of HistoricalRelationship)
public:
virtual IEnumerable<HistoricalRelationship^>^ GetItemHistoricalRelationships(
Guid sessionId,
Guid itemId
) sealed
abstract GetItemHistoricalRelationships :
sessionId : Guid *
itemId : Guid -> IEnumerable<HistoricalRelationship>
override GetItemHistoricalRelationships :
sessionId : Guid *
itemId : Guid -> IEnumerable<HistoricalRelationship>
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - itemId
- Type: SystemGuid
The 128-bit unique identifier of the Item. Corresponds to its primary key in the FactoryLogix database.
Return Value
Type:
IEnumerableHistoricalRelationshipA list of
HistoricalRelationship objects describing
Items that were either a parent to this item, or children of this item in the past.
Exceptions See Also