MantisConnect 1.0a2

Request.ProjectGetVersions Method 

Get versions defined for the project with the specified id.

[Visual Basic]
Public Function ProjectGetVersions( _
   ByVal projectId As Integer _
) As DataTable
[C#]
public DataTable ProjectGetVersions(
   int projectId
);

Parameters

projectId
project id (greater than 0)

Return Value

A datatable of versions (version).

See Also

Request Class | Futureware.MantisConnect Namespace