C#
VB
C++
Checks whether a user is a member of specific role.
Function IsUserInRole( _
ByVal username As String, _
ByVal role As String, _
ByVal extraData As String _
) As Boolean
username
A System.String representing the user name.
role
A System.String representing the name of the role.
extraData
User custom data.
true if the user is a member of the specified role.
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