Leadtools.Dicom.WCF

RemoveUsersFromRoles Method (IManageService)

LEADTOOLS SDK Help  |  



An array of strings representing the users to be removed from the roles.
A System.String representing the roles from which the users are be removed.
User custom data.
Removes a group of users from a group of roles.
Syntax
[OperationContractAttribute()]
void RemoveUsersFromRoles( 
   string[] users,
   string[] roles,
   string extraData
)
[OperationContractAttribute()]
void RemoveUsersFromRoles( 
   array<String^>^ users,
   array<String^>^ roles,
   String^ extraData
) 
'Declaration
 
<OperationContractAttribute()>
Sub RemoveUsersFromRoles( _
   ByVal users() As String, _
   ByVal roles() As String, _
   ByVal extraData As String _
) 
 
'Usage
 
Dim instance As IManageService
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 System.String representing the roles from which the users are be removed.
extraData
User custom data.
Requirements

Target Platforms

See Also

Reference

IManageService Interface
IManageService Members

 

 


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