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 List<String> getUserGroup(String 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document