ItemServicesUpdateItem Method |
Updates an existing
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 Item UpdateItem(
Guid sessionId,
Item item
)
Public Function UpdateItem (
sessionId As Guid,
item As Item
) As Item
public:
virtual Item^ UpdateItem(
Guid sessionId,
Item^ item
) sealed
abstract UpdateItem :
sessionId : Guid *
item : Item -> Item
override UpdateItem :
sessionId : Guid *
item : Item -> Item
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - item
- Type: FactoryLogix.xTend.DataObjectsItem
An Item object representing the new item to be updated.
Return Value
Type:
ItemAn object of type
Item representing the updated item.
Exceptions See Also