Click or drag to resize

TrackingServicesRemoveAliasUID Method

Removes an "alias" UID from an existing Item.

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void RemoveAliasUID(
	Guid sessionId,
	string aliasUID
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
aliasUID
Type: SystemString
The alias UID to be removed from the Item.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ItemExceptionAn Item with an alias matching the specified aliasUID cannot be found.
InvalidItemClassificationExceptionThe Item is not a valid classification.
Remarks
Currently only Items with a classification of Assembly or Batch can be aliased.
See Also