Leadtools.Dicom.WCF
LEAD Technologies, Inc

RemoveUsersFromRoles Method (DICOMService)






An array of strings representing the users to be removed from the roles.
A System.String representing the roles which the users will be removed from.
User custom data.
Removes a group of users from a group of roles.
Syntax
public virtual void RemoveUsersFromRoles( 
   string[] users,
   string[] roles,
   string extraData
)
'Declaration
 
Public Overridable Sub RemoveUsersFromRoles( _
   ByVal users() As String, _
   ByVal roles() As String, _
   ByVal extraData As String _
) 
'Usage
 
Dim instance As DICOMService
Dim users() As String
Dim roles() As String
Dim extraData As String
 
instance.RemoveUsersFromRoles(users, roles, extraData)
public virtual void RemoveUsersFromRoles( 
   string[] users,
   string[] roles,
   string extraData
)
 function Leadtools.Dicom.WCF.DICOMService.RemoveUsersFromRoles( 
   users ,
   roles ,
   extraData 
)
public:
virtual void RemoveUsersFromRoles( 
   array<String^>^ users,
   array<String^>^ roles,
   String^ extraData
) 

Parameters

users
An array of strings representing the users to be removed from the roles.
roles
A System.String representing the roles which the users will be removed from.
extraData
User custom data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMService Class
DICOMService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.