Redmine Client Library
GetPriorities Method (projectId)
NamespacesNohal.RedmineRedmineGetPriorities(Int32)
Redmine Client Library

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

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

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