Redmine Client Library
GetWatchers Method (projectId)
NamespacesNohal.RedmineRedmineGetWatchers(Int32)
Redmine Client Library

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

Gets the list of all the users available as watchers for the project
Declaration Syntax
C#Visual BasicVisual C++
public List<User> GetWatchers(
	int projectId
)
Public Function GetWatchers ( _
	projectId As Integer _
) As List(Of User)
public:
List<User^>^ GetWatchers(
	int projectId
)
Parameters
projectId (Int32)
ID of the project
Return Value
List of all the users available as watchers for the project

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