←Select platform

GetUserGroup Method

Summary

Gets a list of all the groups the specified user belong to.

Syntax
C#
VB
C++
Java
public virtual List<string> GetUserGroup( 
   string userName 
) 
Public Overridable Function GetUserGroup( _ 
   ByVal userName As String _ 
) As List(Of String) 
public List<String> getUserGroup(String userName) 
public:  
   virtual List<String^>^ GetUserGroup( 
      String^ userName 
   ) 

Parameters

userName
The name of the user to check.

Return Value

A list of group names this user belong to. Or an empty list if the user is not found in the system.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly