Redmine Client Library
GetAssignees Method (projectId)
NamespacesNohal.RedmineRedmineGetAssignees(Int32)
Redmine Client Library

[This is preliminary documentation and is subject to change.]

Gets the list of all users available to be assigned to project issue
Declaration Syntax
C#Visual BasicVisual C++
public List<User> GetAssignees(
	int projectId
)
Public Function GetAssignees ( _
	projectId As Integer _
) As List(Of User)
public:
List<User^>^ GetAssignees(
	int projectId
)
Parameters
projectId (Int32)
Project Id
Return Value
List of all the users available to be assigned to project issues

Assembly: Nohal.Redmine (Module: Nohal.Redmine) Version: 0.3.3442.16736 (0.3.0.0)