Click or drag to resize
ProjectTaskPriorityInfoProviderMovePriorityDownInternal Method
Moves priority down in the order sequence (down = larger PriorityOrder = later in the navigation).

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
protected virtual void MovePriorityDownInternal(
	int priorityId
)

Parameters

priorityId
Type: SystemInt32
The priority id
See Also