C#
VB
Java
WinRT C#
C++
Gets a list of all the groups the specified user belong to.
public virtual List<string> GetUserGroup(
string userName
)
Public Overridable Function GetUserGroup( _
ByVal userName As String _
) As List(Of String)
public virtual List<string> GetUserGroup(
string userName
)
public List<String> getUserGroup(String userName)
function Leadtools.Annotations.Core.AnnGroupsRoles.GetUserGroup(
userName
)
public:
virtual List<String^>^ GetUserGroup(
String^ userName
)
userName
The name of the user to check.
A list of group names 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