C#
VB
Java
WinRT C#
C++
Gets a list of all the roles the specified user belong to.
Public Overridable Function GetUserRoles( _
ByVal userName As String _
) As Leadtools.Annotations.Core.AnnRoles
public virtual Leadtools.Annotations.Core.AnnRoles GetUserRoles(
string userName
)
public AnnRoles getUserRoles(String userName)
function Leadtools.Annotations.Core.AnnGroupsRoles.GetUserRoles(
userName
)
userName
The name of the user to check.
A list of roles this user belong to. Or an empty list if the user is not found in the system.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET