ALM Site Administration API Type Library
RemoveUsersFromProject Method
Description
Removes a list of users from a project.
Syntax
Visual Basic |
---|
Public Function RemoveUsersFromProject( _ ByVal DomainName As String, _ ByVal ProjectName As String, _ ByVal Users As String _ ) As String |
Parameters
- DomainName
- The logical group of projects in the ALM database.
- ProjectName
- The name of the project in the ALM database.
- Users
- A comma-separated list of user names.
See Also