Remove a group of users from a group of roles.
            
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Overridable Sub RemoveUsersFromRoles( _
   ByVal users() As String, _
   ByVal roles() As String, _
   ByVal  As String _
)   | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As IDICOMManage
Dim users() As String
Dim roles() As String
Dim extraData As String
 
instance.RemoveUsersFromRoles(users, roles, extraData)
  | 
 
            Parameters
- users
 
- 
            An array of strings representing the users to be removed from the roles.
            
 - roles
 
- 
            A String representing the roles were the users ro be removed from.
            
 - extraData
 
- 
            User custom data.
            
 
            
             
            
            
            
            
            
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also