[This is preliminary documentation and is subject to change.]
Gets the list of recent project activity
Declaration Syntax
C# | Visual Basic | Visual 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.