Click or drag to resize

ResourceServicesUpdateColdStorage Method

Updates the attributes of an existing ColdStorage. The ColdStorage must pre-exist within FactoryLogix. The StockLocations property of the ColdStorage will be ignored, and not altered by this method.

Namespace:  FactoryLogix.xTend.FactoryResources
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void UpdateColdStorage(
	Guid sessionId,
	ColdStorage coldStorage
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
coldStorage
Type: FactoryLogix.xTend.DataObjectsColdStorage
The updated cold storage object with valid Id property.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ResourceNotFoundExceptionThrown if the oven is not found in the system.
NotFoundExceptionThrown if a cold storage profile is specified an does not exist in the system.
AlreadyExistsExceptionThrown if the cold storage name is changed to a name that already exists.
See Also