ResourceServicesDeleteStockLocations 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 DeleteStockLocations(
Guid sessionId,
StockLocation[] stockLocations
)
Public Sub DeleteStockLocations (
sessionId As Guid,
stockLocations As StockLocation()
)
public:
virtual void DeleteStockLocations(
Guid sessionId,
array<StockLocation^>^ stockLocations
) sealed
abstract DeleteStockLocations :
sessionId : Guid *
stockLocations : StockLocation[] -> unit
override DeleteStockLocations :
sessionId : Guid *
stockLocations : StockLocation[] -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - stockLocations
- Type: FactoryLogix.xTend.DataObjectsStockLocation
A list of the StockLocations to be deleted, with valid Id properties.
Exceptions See Also