Redmine Client Library
GetVersions Method (projectId)
NamespacesNohal.RedmineRedmineGetVersions(Int32)
Redmine Client Library

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

Gets the list of all versions project issue can target
Declaration Syntax
C#Visual BasicVisual C++
public List<Version> GetVersions(
	int projectId
)
Public Function GetVersions ( _
	projectId As Integer _
) As List(Of Version)
public:
List<Version^>^ GetVersions(
	int projectId
)
Parameters
projectId (Int32)
Project Id
Return Value
List of all the versions available for the user in selected project

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