ProjectTaskPriorityInfoProviderMovePriorityDown Method |
Moves priority down in the order sequence (down = larger PriorityOrder = later in the navigation).
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax public static void MovePriorityDown(
int priorityId
)
Parameters
- priorityId
- Type: SystemInt32
The priority id
See Also