Leadtools.Dicom.Services

IsUserInRole Method

Show in webframe



A System.String representing the user name.
A System.String representing the name of the role.
User custom data.
Checks whether a user is a member of specific role.
Syntax
'Declaration
 
Function IsUserInRole( _
   ByVal username As String, _
   ByVal role As String, _
   ByVal extraData As String _
) As Boolean
'Usage
 
Dim instance As IDICOMManage
Dim username As String
Dim role As String
Dim extraData As String
Dim value As Boolean
 
value = instance.IsUserInRole(username, role, extraData)
bool IsUserInRole( 
   string username,
   string role,
   string extraData
)
bool IsUserInRole( 
   String^ username,
   String^ role,
   String^ extraData
) 

Parameters

username
A System.String representing the user name.
role
A System.String representing the name of the role.
extraData
User custom data.

Return Value

true if the user is a member of the specified role.
Requirements

Target Platforms

See Also

Reference

IDICOMManage Interface
IDICOMManage Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.