Redmine Client Library
GetRecentActivity Method (projectId, activityTypes)
NamespacesNohal.RedmineRedmineGetRecentActivity(Int32, array<RecentActivityType>[]()[])
Redmine Client Library

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

Gets the list of recent project activity
Declaration Syntax
C#Visual BasicVisual C++
public List<ProjectActivity> GetRecentActivity(
	int projectId,
	params RecentActivityType[] activityTypes
)
Public Function GetRecentActivity ( _
	projectId As Integer, _
	ParamArray activityTypes As RecentActivityType() _
) As List(Of ProjectActivity)
public:
List<ProjectActivity^>^ GetRecentActivity(
	int projectId, 
	... array<RecentActivityType>^ activityTypes
)
Parameters
projectId (Int32)
Project Id
activityTypes (array< RecentActivityType >[]()[])
The activity types you want to return.
Return Value
List of all the project activities of the desired types.

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