Returns aliases of the logged-in user.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
[ObsoleteAttribute("The method will be removed from future release of IOM.",
false)]
public string getUserAliases() |
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("The method will be removed from future release of IOM.", _
False)> _
Public Function getUserAliases As String |
J# |
---|
/** @attribute ObsoleteAttribute("The method will be removed from future release of IOM.", false) */
public String getUserAliases() |
JScript |
---|
public function getUserAliases() : String |
Return Value
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
See Also