ResourceServicesAddStockLocations Method |
Namespace:
FactoryLogix.xTend.FactoryResources
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void AddStockLocations(
Guid sessionId,
Guid parentId,
StockLocation[] newStockLocations
)
Public Sub AddStockLocations (
sessionId As Guid,
parentId As Guid,
newStockLocations As StockLocation()
)
public:
virtual void AddStockLocations(
Guid sessionId,
Guid parentId,
array<StockLocation^>^ newStockLocations
) sealed
abstract AddStockLocations :
sessionId : Guid *
parentId : Guid *
newStockLocations : StockLocation[] -> unit
override AddStockLocations :
sessionId : Guid *
parentId : Guid *
newStockLocations : StockLocation[] -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - parentId
- Type: SystemGuid
The Id of the parent, which is of type Stock, TemperingOven, ColdStorage, or StockLocation. - newStockLocations
- Type: FactoryLogix.xTend.DataObjectsStockLocation
A list of the new StockLocations to be added.
Exceptions See Also