ItemServicesGetItemById Method |
Retrieves a single
Item based on its Id (128-bit unique identifier).
No children or descendants of the
Item will be returned by this method.
Namespace:
FactoryLogix.xTend.Logistics
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Item GetItemById(
Guid sessionId,
Guid itemId
)
Public Function GetItemById (
sessionId As Guid,
itemId As Guid
) As Item
public:
virtual Item^ GetItemById(
Guid sessionId,
Guid itemId
) sealed
abstract GetItemById :
sessionId : Guid *
itemId : Guid -> Item
override GetItemById :
sessionId : Guid *
itemId : Guid -> Item
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - itemId
- Type: SystemGuid
The Id of the item
Return Value
Type:
ItemAn
Item object representing the item matching the specified Id, or null if the item was not found.
Exceptions See Also