Click or drag to resize
ProjectTaskPriorityInfoProviderMovePriorityUp Method
Moves priority up in the order sequence (up = smaller PriorityOrder = soooner in the navigation).

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
public static void MovePriorityUp(
	int priorityId
)

Parameters

priorityId
Type: SystemInt32
The priority id
See Also