Click or drag to resize

InnovatorgetUserAliases Method

Note: This API is now obsolete.

Returns aliases of the logged-in user.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
[ObsoleteAttribute("Obsolete since 11 SP7. The method will be removed from future release of IOM. Please use get Item for Alias filtered by source_id=getUserID instead.", 
	true)]
public string getUserAliases()

Return Value

Type: String
Comma delimited string of Identity ID's; if request to the server failed or no aliases were found the return value is an empty string.
Remarks
The method makes a request to Innovator server to obtain aliases of the logged-in user. The return value is a comma delimited string of Identity ID's, which are 'Alias' relationships to the User Item.
See Also