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.254.0.0 (8.254.0.0)
Syntaxpublic void RemoveAliasUID(
	Guid sessionId,
	string aliasUID
)
Public Sub RemoveAliasUID ( 
	sessionId As Guid,
	aliasUID As String
)
public:
virtual void RemoveAliasUID(
	Guid sessionId, 
	String^ aliasUID
) sealed
abstract RemoveAliasUID : 
        sessionId : Guid * 
        aliasUID : string -> unit 
override RemoveAliasUID : 
        sessionId : Guid * 
        aliasUID : string -> unit 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
RemarksCurrently only 
Items with a classification of Assembly or Batch can be aliased.
See Also